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