Merge branch 'ww' into otherChange

ww
wangwei 2 years ago
commit 3901169861

@ -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;

@ -355,6 +355,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