Commit fa5bdff2 by liuchenxi

update: 触达效果导出接口修改

parent 2b63a84b
......@@ -386,6 +386,10 @@ export default {
meth = overAllTableExport;
} else if (this.type.indexOf('话务') != -1) {
meth = telTaskTableExport;
if (this.type == '话务') params.convType = 1;
else {
params.convType = 2;
}
} else {
meth = massTableExport;
}
......
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