刷新数据无效bug

master
wyj2080 6 years ago
parent 98fc2f9387
commit c3ba8f8c2b

@ -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;

Loading…
Cancel
Save