Merge branch 'main' into 'stg'

修改拨打电话

See merge request cloud-mediate/mediate-manage-web!49
This commit is contained in:
刘翕 2025-02-21 06:25:38 +00:00
commit 5324a65f0c

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)