浏览代码

fix:用户管理bug修复

jiand 3 月之前
父节点
当前提交
a1ced66135
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/userManagement/index.vue

+ 1 - 1
src/views/userManagement/index.vue

@@ -137,7 +137,7 @@ export default {
       this.loading = true
       const params = {
         ...this.search,
-        page: this.page,
+        page: 1,
         rows: this.size
       }
       getUserList(params).then(({ rows, records }) => {