From b4c3c8002c8c89a99b2610d2317f5f093911b485 Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Fri, 21 Feb 2025 14:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=A8=E6=89=93=E7=94=B5?= =?UTF-8?q?=E8=AF=9D?= 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 3a26303..1d83d55 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -683,7 +683,7 @@ export default { async startOutboundCall(phone, contactId) { // this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone if (this.calling) return - this.phoneNumber = '13982024318' + this.phoneNumber = phone if (contactId) this.contactId=contactId console.log('进入呼叫电话:', this.phoneNumber)