hebinlong 4 лет назад
Родитель
Сommit
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()
     }
   }