Explorar el Código

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

RuoYi hace 3 años
padre
commit
ea66e20282
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
     },
     /** 重置按钮操作 */