修改bug
This commit is contained in:
parent
a76b2d36ac
commit
5b767fe61e
@ -600,6 +600,7 @@ export default {
|
||||
// }
|
||||
// })
|
||||
},
|
||||
// 退出调解室
|
||||
async handleBack() {
|
||||
try {
|
||||
if(this.timerInterval) { //如果定时器还在运行 或者直接关闭,不用判断
|
||||
@ -760,8 +761,8 @@ export default {
|
||||
this.startTimer()
|
||||
}
|
||||
} catch (err) {
|
||||
this.$message.error('呼叫失败,' + err.msg)
|
||||
console.log('呼叫失败',err.msg)
|
||||
this.$message.error('呼叫失败,' + err.message)
|
||||
console.log('呼叫失败',err.message)
|
||||
this.calling = false
|
||||
this.callingFail()
|
||||
// 呼叫失败
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user