@@ -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);