From 799ae627b3eb034c576d6e9409df9b708461b0b9 Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Fri, 21 Feb 2025 16:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=8E=9F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mediation-page/components/MediationRoom.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue index 8453843..5f67be3 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -686,6 +686,7 @@ export default { }, // 电话呼出 async startOutboundCall(params) { + console.log('进入呼叫电话111:', params) // this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone if (this.calling) return @@ -733,6 +734,7 @@ export default { } try { let res = await window.tccc.Call.hungUp({sessionId: this.sessionId}) + this.calling = false this.resetTimer() this.nextCall() } catch (err) {