From 32b1972716a0833048cefa33921ee4f7fec9caa7 Mon Sep 17 00:00:00 2001 From: tdg930622 <51816549+tdg930622@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E6=A1=88=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/VoiceCallDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VoiceCallDialog.vue b/src/components/VoiceCallDialog.vue index f66ef66..5bcb075 100644 --- a/src/components/VoiceCallDialog.vue +++ b/src/components/VoiceCallDialog.vue @@ -197,7 +197,7 @@ export default { // 关联案件-详情 async handleRelevance(item) { try { - voiceCall.caseMatch({caseId: item.id, callingSessionId: this.acceptDialog.sessionId}).then(res => { + voiceCall.caseMatch({caseId: item.id, callingSessionId: this.acceptDialog.sessionId, phone: this.incomingCallPhone}).then(res => { // console.log(res,'---关联案件') this.$router.push(`/mediation-page?sourcePage=sourcePage&caseId=${item.id}`); })