diff --git a/src/views/ebiz/productionSay/statistics.vue b/src/views/ebiz/productionSay/statistics.vue index 01ee11ef5..a4cf719de 100644 --- a/src/views/ebiz/productionSay/statistics.vue +++ b/src/views/ebiz/productionSay/statistics.vue @@ -87,6 +87,7 @@ export default { this.currentPage++ // this.saleList = this.saleList.concat(res.content.list) this.tableData = this.tableData.concat(res.content.list) + // this.tableData = this.tableData.concat(res.content.list) this.loading = false this.finished = false if (res.content.nextPage == 0) { @@ -118,7 +119,7 @@ export default {