呼叫失败不调用记录接口

This commit is contained in:
liuxi 2025-02-25 15:45:55 +08:00
parent 504bc376af
commit 42bd19633c

View File

@ -761,7 +761,7 @@ export default {
// //
async callingFail () { async callingFail () {
try { try {
let res = await api.callingFail({caseId: this.caseId,contactId: this.contactId,callingSessionId:this.sessionId}) // let res = await api.callingFail({caseId: this.caseId,contactId: this.contactId,callingSessionId:this.sessionId})
} catch (err) { } } catch (err) { }
}, },
// //