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