修复用户搜索分页变量错误

This commit is contained in:
RuoYi 2021-06-10 22:36:22 +08:00
parent a209b39552
commit ea66e20282
1 changed files with 1 additions and 1 deletions

View File

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