Browse Source

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

tags/v3.1.0
RuoYi 4 years ago
parent
commit
1aef90d506
  1. 2
      ruoyi-ui/src/views/system/user/index.vue

2
ruoyi-ui/src/views/system/user/index.vue

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

Loading…
Cancel
Save