From c3ba8f8c2b25193a46f5ebbe5f02afe9d62e152c Mon Sep 17 00:00:00 2001 From: wyj2080 <1603068044@qq.com> Date: Wed, 29 Apr 2020 21:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=95=B0=E6=8D=AE=E6=97=A0?= =?UTF-8?q?=E6=95=88bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CustomerView.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/CustomerView.vue b/src/pages/CustomerView.vue index bf2b25a..9b0e082 100644 --- a/src/pages/CustomerView.vue +++ b/src/pages/CustomerView.vue @@ -355,7 +355,18 @@ that.$Message.error("系统异常"); } data = data.data.results; - that.customerViewVO = data; + // that.customerViewVO = data;//数据部分没刷新 + that.customerViewVO.newCustomer = data.newCustomer; + that.customerViewVO.newValidCustomer = data.newValidCustomer; + that.customerViewVO.allCustomer = data.allCustomer; + that.customerViewVO.allValidCustomer = data.allValidCustomer; + that.customerViewVO.validDeleteCustomer = data.validDeleteCustomer; + that.customerViewVO.allVipCount = data.allVipCount; + that.customerViewVO.customerList = data.customerList; + that.customerViewVO.validCustomerList = data.validCustomerList; + that.customerViewVO.orgNewCustomerList = data.orgNewCustomerList; + that.customerViewVO.shopNewCustomerList = data.shopNewCustomerList; + that.customerViewVO.zeroExtendList = data.zeroExtendList; that.chartData.rows = []; if(that.startTime && that.endTime){ let tmpStartTime = that.startTime;