大宝管理后台代码
1
zzzz
2024-04-21 cd75d091a8ebbe28499f4326ba31afe665a942f4
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()
    },