大宝管理后台代码
zzzz
2024-04-14 9c5265bfc3690b28bdcb5927b842c1b754aa0b5e
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()
    },