Browse Source

处理卖家中心全部导出问题

wangcz 7 years ago
parent
commit
f1db80115c

+ 1 - 4
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_materialCtrl.js

@@ -1100,10 +1100,7 @@ define(['app/app', 'jquery-uploadify'], function(app) {
         return;
       }
       if ($scope.chooseAllPage) {
-        if ('standard' == $scope.standard_tab)
-          downloadByJs('trade/products/template/download/type', $scope.param.keyword, 'standard');
-        if ('unstandard' == $scope.standard_tab)
-          downloadByJs('trade/products/template/download/type', $scope.param.keyword, 'nStandard');
+          downloadByJs('trade/products/template/download/type', $scope.param.keyword, 'all');
       } else {
         $scope.getChoosedInfo();
         if (!$scope.choosedIds || $scope.choosedIds.length == 0) {