Merge branch 'main' into 'stg'
修改拨打电话 See merge request cloud-mediate/mediate-manage-web!49
This commit is contained in:
commit
5324a65f0c
@ -683,7 +683,7 @@ export default {
|
|||||||
async startOutboundCall(phone, contactId) {
|
async startOutboundCall(phone, contactId) {
|
||||||
// this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone
|
// this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone
|
||||||
if (this.calling) return
|
if (this.calling) return
|
||||||
this.phoneNumber = '13982024318'
|
this.phoneNumber = phone
|
||||||
if (contactId) this.contactId=contactId
|
if (contactId) this.contactId=contactId
|
||||||
|
|
||||||
console.log('进入呼叫电话:', this.phoneNumber)
|
console.log('进入呼叫电话:', this.phoneNumber)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user