修改bug

ww
wangwei 2 years ago
parent c63318eca3
commit 6843c80918

@ -444,6 +444,7 @@ export default {
}, },
onSubmit() { onSubmit() {
this.filterQuery.checkType=null; this.filterQuery.checkType=null;
this.filterQuery.page=1;
this.getList(); this.getList();
}, },
getList() { getList() {
@ -485,7 +486,6 @@ export default {
handleCurrentChange(val) { handleCurrentChange(val) {
this.filterQuery.page = val; this.filterQuery.page = val;
this.getList(); this.getList();
this.filterQuery.page = 1;
}, },
handleCheckedChange(val) { handleCheckedChange(val) {
}, },

Loading…
Cancel
Save