-
已暂停自动拨打
+
暂停拨打
+
已暂停自动拨打
开始拨打
{{formattedTime || '00:00'}}
@@ -66,13 +67,13 @@
{{queue ? '智能外呼案件列表' : '案件列表'}}
-
+
{{scope.row.caseNo}}
- 正在调解中...
+ 正在调解中...
@@ -686,7 +687,11 @@ export default {
})
this.queueList = caseCllList
-
+ this.queueList.forEach((item, index) =>{
+ if (item.caseId == this.caseId) {
+ this.index = index
+ }
+ })
})
},
// 当前自动呼叫队列
@@ -807,7 +812,7 @@ export default {
},
// 静音会话
async muteMic() {
- if (!this.$clickThrottle()) {
+ if (!this.$clickThrottle(1000)) {
return
}
try {
@@ -823,7 +828,7 @@ export default {
},
// 取消静音
async unmuteMic() {
- if (!this.$clickThrottle()) {
+ if (!this.$clickThrottle(1000)) {
return
}
try {