Przeglądaj źródła

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

RuoYi 4 lat temu
rodzic
commit
1aef90d506
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ruoyi-ui/src/views/system/user/index.vue

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

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