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)