Browse Source

购物车详情页供应商产品搜索参数修改

dongbw 8 years ago
parent
commit
683e0e1c6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/app.js

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

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