Commit a6cd08e3 by liuchenxi

update: 群發失敗參數修改

parent fa5bdff2
......@@ -153,7 +153,7 @@ export default {
params.convType = 1;
} else if (this.type == '群发转话务') {
meth = telTaskList;
params.convType = 2;
params.convType = 3;
}
meth(params).then(res => {
const data = res.result || {};
......@@ -300,7 +300,7 @@ export default {
params.convType = 1;
} else if (this.type == '群发转话务') {
meth = telTaskTable;
params.convType = 2;
params.convType = 3;
} else if (this.type == '群发') {
meth = massTable;
}
......@@ -388,7 +388,7 @@ export default {
meth = telTaskTableExport;
if (this.type == '话务') params.convType = 1;
else {
params.convType = 2;
params.convType = 3;
}
} 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