修改bug

This commit is contained in:
张运江 2025-02-27 17:19:16 +08:00
parent 1eebd5a869
commit 3a667e86b3

View File

@ -759,8 +759,8 @@ export default {
this.startTimer() this.startTimer()
} }
} catch (err) { } catch (err) {
this.$message.error('呼叫失败,请确定是否已分配坐席!') this.$message.error('呼叫失败,' + err.msg)
console.log('呼叫失败',err.message) console.log('呼叫失败',err.msg)
this.calling = false this.calling = false
this.callingFail() this.callingFail()
// //