fix #I3T5S6 修复BUG(dvadmin): 点击重置分页器失灵修复

pull/36/head
李强 2021-07-11 14:39:35 +08:00
parent 4be5178b41
commit 9b639c65b6
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ export default {
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;
this.pagination.page = 1;
this.getTableData();
},
/** 重置按钮操作 */