Commit f7f4d9ba authored by 罗超's avatar 罗超

标识接听状态

parent 7c0ef37a
...@@ -350,6 +350,7 @@ export default { ...@@ -350,6 +350,7 @@ export default {
: "由系统结束通话" : "由系统结束通话"
}`; }`;
} }
accepted = false;
} else { } else {
//呼入 //呼入
msg = `客户呼入电话,`; msg = `客户呼入电话,`;
...@@ -374,7 +375,7 @@ export default { ...@@ -374,7 +375,7 @@ export default {
}<span>`; }<span>`;
} }
} }
accepted = false;
saveStudentFollow({ saveStudentFollow({
StuId: stu.StuId, StuId: stu.StuId,
Remark: msg Remark: msg
......
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