瀏覽代碼

用户列表修改

hebinlong 4 年之前
父節點
當前提交
7e102bcb13
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
     }
   }