修改拨打电话

This commit is contained in:
liuxi 2025-02-21 14:22:49 +08:00
parent cc41e23ddf
commit b4c3c8002c

View File

@ -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)