修改bug

ww
wangwei 2 years ago
parent e972ee9f09
commit 2c8cdeeda2

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

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

Loading…
Cancel
Save