Browse Source

代码上传

zhangqiOMG 2 years ago
parent
commit
99857e0fb8
1 changed files with 9 additions and 7 deletions
  1. 9 7
      src/HDrpManagement/productStore/index.vue

+ 9 - 7
src/HDrpManagement/productStore/index.vue

@@ -123,12 +123,13 @@ export default {
         bool = true
       }
       this.$refs['list'].param.content = {
+        "pageNumber":1,
+        "pageSize":100,
         "where":{
           'isonsale':this.isonsale,
           "iteminfo":this.iteminfo,
           "itemclassids":this.itemclassids.length == 0?[]:[this.itemclassids[this.itemclassids.length - 1]],
           "agentinfo":this.agentinfo,
-          "pageSize":100,
           "all":bool,
         }
       }
@@ -138,15 +139,16 @@ export default {
       const res = await this.$api.requested({
         "id":"20230408091703",
         "version":1,
+
+
         "content":{
+          "isExport":1,
           "where":{
             "all":true,
-            "itemclassids":[],
-            "itemname":"",
-            "agentinfo":"",
-            "pageSize":100,
-            "itemno":"",
-            "isExport":1
+            'isonsale':this.isonsale,
+            "iteminfo":this.iteminfo,
+            "itemclassids":this.itemclassids.length == 0?[]:[this.itemclassids[this.itemclassids.length - 1]],
+            "agentinfo":this.agentinfo,
           },
 
         }