-
已暂停自动拨打
+
暂停拨打
+
已暂停自动拨打
开始拨打
{{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
+ }
+ })
})
},
// 当前自动呼叫队列
From b0dc4072f11bf0244fb1182500498d34c4582edc Mon Sep 17 00:00:00 2001
From: tangchengming <445785772@qq.com>
Date: Mon, 24 Feb 2025 18:03:30 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/mediation-page/components/MediationRoom.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue
index cbee938..1e3441e 100644
--- a/src/pages/mediation-page/components/MediationRoom.vue
+++ b/src/pages/mediation-page/components/MediationRoom.vue
@@ -812,7 +812,7 @@ export default {
},
// 静音会话
async muteMic() {
- if (!this.$clickThrottle()) {
+ if (!this.$clickThrottle(1000)) {
return
}
try {
@@ -828,7 +828,7 @@ export default {
},
// 取消静音
async unmuteMic() {
- if (!this.$clickThrottle()) {
+ if (!this.$clickThrottle(1000)) {
return
}
try {