Merge branch 'ww' into otherChange

ww
wangwei 2 years ago
commit 3901169861

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

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

Loading…
Cancel
Save