src/views/userlist/index.vue
@@ -339,8 +339,9 @@ this.getuserList() }, onSizeChange(current, pageSize) { // console.log(current, pageSize) this.queryParam.pageNum = current this.pagination.current = page // this.pagination.current = page this.queryParam.pageSize = pageSize this.getuserList() },