|
|
@@ -322,7 +322,7 @@ export default {
|
|
322
|
322
|
wid: rid,
|
|
323
|
323
|
rtype: rtype.toString(),
|
|
324
|
324
|
r2type: r2type.toString(),
|
|
325
|
|
- iswomanage: "1",
|
|
|
325
|
+ iswomanage: "2",
|
|
326
|
326
|
isedit: "1",
|
|
327
|
327
|
}, // props
|
|
328
|
328
|
},
|
|
|
@@ -337,7 +337,7 @@ export default {
|
|
337
|
337
|
this.searchData.starttime = this.searchTime[0];
|
|
338
|
338
|
this.searchData.endtime = this.searchTime[1];
|
|
339
|
339
|
}
|
|
340
|
|
- this.searchData.page = this.pageParams.pageindex;
|
|
|
340
|
+ this.searchData.pageindex = this.pageParams.pageindex;
|
|
341
|
341
|
this.searchData.pagesize = this.pageParams.pagesize;
|
|
342
|
342
|
mySubmitOrderList(this.searchData).then((response) => {
|
|
343
|
343
|
this.loading = false;
|