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}`); })