From caee002912405466f9c4f1a468ac64cbf840ea0f Mon Sep 17 00:00:00 2001 From: tangchengming <445785772@qq.com> Date: Fri, 21 Feb 2025 17:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BC=E5=87=BA=E6=96=B0=E5=A2=9E=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= 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 17f231f..3146186 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -693,7 +693,7 @@ export default { this.contactId= params.contactId console.log('进入呼叫电话:', params) try { - let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber}) + let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber, uuid: this.caseId}) this.sessionId = res.data.sessionId console.log('呼叫成功', res.data)