Commit 9f5980be by 姜雷

删除计算活跃

parent bbc23bf3
...@@ -109,11 +109,6 @@ export default { ...@@ -109,11 +109,6 @@ export default {
return pre + curItem.count; return pre + curItem.count;
}, 0); }, 0);
}, },
activeTotal() {
return this.activeUser.reduce((pre, curItem) => {
return curItem.mark === 'allActive' ? pre + curItem.count : pre;
}, 0);
},
}, },
mounted() { mounted() {
if (!this.reportMounted) { if (!this.reportMounted) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment