大宝管理后台代码
1
zzzz
2024-04-21 cd75d091a8ebbe28499f4326ba31afe665a942f4
src/views/newshares/dazonglist.vue
@@ -163,7 +163,7 @@
        },
        {
          title: '新股代码',
          dataIndex: 'stockCode',
          dataIndex: 'stockSpell',
          align: 'center',
        },
        {
@@ -344,7 +344,7 @@
      this.loading = true
      getDzListByAdmin(this.queryParam).then((res) => {
        this.datalist = res.data
        // this.pagination.total = res.data.total
        this.pagination.total = res.data.total
        this.loading = false
      })
    },
@@ -355,7 +355,7 @@
    },
    onSizeChange(current, pageSize) {
      this.queryParam.pageNum = current
      this.pagination.current = page
      this.queryParam.pageSize = pageSize
      this.getlist()
    },