Parcourir la source

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

RuoYi il y a 3 ans
Parent
commit
ea66e20282
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ruoyi-ui/src/views/system/user/index.vue

+ 1 - 1
ruoyi-ui/src/views/system/user/index.vue

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