Explorar el Código

用户列表修改

hebinlong hace 4 años
padre
commit
7e102bcb13
Se han modificado 1 ficheros con 1 adiciones y 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()
     }
   }