Browse Source

fix:用户管理bug修复

jiand 3 months ago
parent
commit
a1ced66135
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/userManagement/index.vue

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

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