fix #I3T5S6 修复BUG(dvadmin): 点击重置分页器失灵修复
parent
4be5178b41
commit
9b639c65b6
|
@ -804,7 +804,7 @@ export default {
|
||||||
},
|
},
|
||||||
/** 搜索按钮操作 */
|
/** 搜索按钮操作 */
|
||||||
handleQuery() {
|
handleQuery() {
|
||||||
this.queryParams.pageNum = 1;
|
this.pagination.page = 1;
|
||||||
this.getTableData();
|
this.getTableData();
|
||||||
},
|
},
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
|
|
Loading…
Reference in New Issue