呼出新增参数
This commit is contained in:
parent
52852809d4
commit
caee002912
@ -693,7 +693,7 @@ export default {
|
||||
this.contactId= params.contactId
|
||||
console.log('进入呼叫电话:', params)
|
||||
try {
|
||||
let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber})
|
||||
let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber, uuid: this.caseId})
|
||||
this.sessionId = res.data.sessionId
|
||||
console.log('呼叫成功', res.data)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user