大宝管理后台代码
zzzz
2024-04-19 6f15e1879cc91667f6d59421e01950a3f6e8fdd4
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()
    },