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

master
RuoYi 3 years ago
parent a209b39552
commit ea66e20282

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

Loading…
Cancel
Save