|
@@ -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,
|
|
|
},
|
|
|
|
|
|
}
|