From cc5a22dcc6bbbca3c05f1ea8f788dfcfca8ca4b0 Mon Sep 17 00:00:00 2001 From: proudlx <965752348@qq.com> Date: Sun, 25 Apr 2021 13:15:09 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BA=A7=E8=AF=B4=E4=BC=9A=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=88=86=E9=A1=B5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/productionSay/statistics.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {