Commit f7f4d9ba authored by 罗超's avatar 罗超

标识接听状态

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