Explorar o código

用户列表修改

hebinlong %!s(int64=4) %!d(string=hai) anos
pai
achega
7e102bcb13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
     }
   }