大宝管理后台代码
dcc
2024-06-26 cb7100afe51aca9139818d119c3ad3e4d6f2686c
股票产品页码修复
1 files modified
2 ■■■ changed files
src/views/product/shares.vue 2 ●●● patch | view | raw | blame | history
src/views/product/shares.vue
@@ -489,7 +489,7 @@
    },
    onSizeChange(current, pageSize) {
      this.queryParam.pageNum = current
      this.pagination.current = page
      this.pagination.current = current
      this.queryParam.pageSize = pageSize
      this.getlist()
    },