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() },