Commit 407d0cea by liuchenxi

update: 参数

parent 9f23dd3e
......@@ -153,7 +153,7 @@ export default {
params.convType = 1;
} else if (this.type == '群发转话务') {
meth = telTaskList;
params.convType = 3;
params.convType = 2;
}
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 = 3;
params.convType = 2;
} else if (this.type == '群发') {
meth = massTable;
}
......@@ -388,7 +388,7 @@ export default {
meth = telTaskTableExport;
if (this.type == '话务') params.convType = 1;
else {
params.convType = 3;
params.convType = 2;
}
} else {
meth = massTableExport;
......
......@@ -125,7 +125,7 @@ export default {
params.convType = 1;
} else if (this.type == '群发转话务') {
meth = telTaskDiagram;
params.convType = 3;
params.convType = 2;
} else if (this.type == '群发') {
meth = massDiagram;
}
......
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