Commit a9fdb288 by liuchenxi

update: delete

parent 9f35121a
......@@ -175,7 +175,6 @@ export default {
data.touchRate = data.touchMbrNum * 1 && data.planMbrNum * 1 ? ((data.touchMbrNum / data.planMbrNum) * 100).toFixed(2) : 0;
data.transformRate = data.convMbrNum * 1 && data.touchMbrNum * 1 ? ((data.convMbrNum / data.touchMbrNum) * 100).toFixed(2) : 0;
this.dynamicParams = [{ ...data }];
this.uncreditedNum = this.dynamicParams[0].noGroupNum;
} else {
if (this.type == '群发') {
data.massExecuteNum = data.taskExecuteNum;
......
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