bug--修复客户数不正确

This commit is contained in:
taozi
2020-10-26 14:31:57 +08:00
parent e126112193
commit e07989b941

View File

@ -664,7 +664,7 @@
orderNum += 1;
orderPrice += item.totalPrice;
storeNum += item.totalNum;
user.push(item.userDTO.account);
user.push(item.userDTO.nickname);
})
user = Array.from(new Set(user));
this.caculateInfo = {