修改bug

ww
wangwei 2 years ago
parent e972ee9f09
commit 2c8cdeeda2

@ -211,10 +211,12 @@ export default {
relIdFk: null,
batchNo: null,
customerId: null,
page: 1, unitFk: null,
page: 1,
unitFk: null,
limit: 20,
};
this.getList();
this.filterQuery.page=null;
},
onSubmit() {
this.loading = true;

@ -368,6 +368,7 @@ export default {
limit: 20,
};
this.getList();
this.filterQuery.page=null;
},
onSubmit() {
this.loading = true;

Loading…
Cancel
Save