From 60a02e762f9bb309545cd83ec47542bd3cba920c Mon Sep 17 00:00:00 2001 From: tangchengming <445785772@qq.com> Date: Mon, 20 Jan 2025 14:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mediation-page/components/MediationRoom.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue index 2f155fc..61de903 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -6,7 +6,7 @@
- +
{{ baseInfo.debtorEntityList.find(item => item.role == 'DEBTOR').name }}
@@ -16,7 +16,7 @@
- +
item.role == 'DEBTOR').phone + this.contactId = res.debtorEntityList.find(item => item.role == 'DEBTOR').id if(res.jointDebt == 1){ // 有共债 mainCaseId this.caseId = res.mainCaseId.toString() - } - else + } else { this.caseId = res.id.toString() } @@ -574,7 +575,7 @@ export default { // 呼叫成功 async callingSuccess () { try { - let res = await api.callingSuccess({caseId: this.caseId}) + let res = await api.callingSuccess({caseId: this.caseId,contactId: this.contactId}) console.log('呼叫成功请求接口==callingSuccess:', res) this.getmediate_record() this.$refs.layoutContent.openRecordDialog(res.data); @@ -583,7 +584,7 @@ export default { // 呼叫失败 async callingFail () { try { - let res = await api.callingSuccess({caseId: this.caseId}) + let res = await api.callingSuccess({caseId: this.caseId,contactId: this.contactId}) } catch (err) { } }, // 挂断会话