فهرست منبع

购物车详情页供应商产品库改为搜索供应商产品库

dongbw 8 سال پیش
والد
کامیت
747a89e32c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -16395,7 +16395,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                 pageParams.keyword = $scope.keyword;
                 $scope.tip = $scope.keyword;
                 pageParams.custUU = $scope.order.receiveCode;
-                Product.get.call(null, BaseService.parseParams(pageParams), function (page) {
+                Product.vendPord.call(null, BaseService.parseParams(pageParams), function (page) {
                     $scope.loading = false;
                     if (page) {
                         params.total(page.totalElement);