From 42bd19633ccbc809b9a4e5601110c65828c19b03 Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Tue, 25 Feb 2025 15:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BC=E5=8F=AB=E5=A4=B1=E8=B4=A5=E4=B8=8D?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E8=AE=B0=E5=BD=95=E6=8E=A5=E5=8F=A3?= 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, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue index 1e3441e..da1e793 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -761,7 +761,7 @@ export default { // 呼叫失败 async callingFail () { try { - let res = await api.callingFail({caseId: this.caseId,contactId: this.contactId,callingSessionId:this.sessionId}) + // let res = await api.callingFail({caseId: this.caseId,contactId: this.contactId,callingSessionId:this.sessionId}) } catch (err) { } }, // 挂断会话