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