@@ -306,6 +306,9 @@ export default {
/** 回拨 */
onBackCall(data) {
+ if (this.talking.examRecordId) {
+ return;
+ }
this.operationStudent["back-call"] = data;
this.operationStudent["talk"] = data;
this.toTalk();