Browse Source

用户列表修改

hebinlong 4 năm trước cách đây
mục cha
commit
7e102bcb13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/userList/index.vue

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

@@ -164,7 +164,7 @@ export default {
       this.reLoad()
     },
     handleCurrentChange(val) {
-      this.body.page = val
+      this.body.current = val
       this.reLoad()
     }
   }