Commit 947ac5c1 by 姜雷

Merge branch 'develop' into 'test'

删除计算活跃 See merge request !139
parents 0e6612b7 9f5980be
......@@ -109,11 +109,6 @@ export default {
return pre + curItem.count;
}, 0);
},
activeTotal() {
return this.activeUser.reduce((pre, curItem) => {
return curItem.mark === 'allActive' ? pre + curItem.count : pre;
}, 0);
},
},
mounted() {
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