修改bug

ww
wangwei 2 years ago
parent 1e61a63e16
commit 9286111315

@ -216,10 +216,10 @@ export default {
limit: 20,
};
this.getList();
this.filterQuery.page=null;
},
onSubmit() {
this.loading = true;
this.filterQuery.page = 1;
this.getList();
},
handleSizeChange(val) {
@ -229,7 +229,6 @@ export default {
handleCurrentChange(val) {
this.filterQuery.page = val;
this.getList();
this.filterQuery.page = 1;
},
handleUnitClick(row) {
this.curIndex = row.id;

@ -359,6 +359,7 @@ export default {
},
onSubmit() {
this.loading = true;
this.filterQuery.page = 1;
this.getList();
},
handleSizeChange(val) {
@ -368,7 +369,6 @@ export default {
handleCurrentChange(val) {
this.filterQuery.page = val;
this.getList();
this.filterQuery.page = 1;
},
handleUnitClick(row) {
this.curIndex = row.id;

Loading…
Cancel
Save