复原代码
This commit is contained in:
parent
d79a2e04ec
commit
799ae627b3
@ -686,6 +686,7 @@ export default {
|
||||
},
|
||||
// 电话呼出
|
||||
async startOutboundCall(params) {
|
||||
console.log('进入呼叫电话111:', params)
|
||||
// this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone
|
||||
if (this.calling) return
|
||||
|
||||
@ -733,6 +734,7 @@ export default {
|
||||
}
|
||||
try {
|
||||
let res = await window.tccc.Call.hungUp({sessionId: this.sessionId})
|
||||
this.calling = false
|
||||
this.resetTimer()
|
||||
this.nextCall()
|
||||
} catch (err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user