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