关联案件
This commit is contained in:
parent
d799454a28
commit
32b1972716
@ -197,7 +197,7 @@ export default {
|
|||||||
// 关联案件-详情
|
// 关联案件-详情
|
||||||
async handleRelevance(item) {
|
async handleRelevance(item) {
|
||||||
try {
|
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,'---关联案件')
|
// console.log(res,'---关联案件')
|
||||||
this.$router.push(`/mediation-page?sourcePage=sourcePage&caseId=${item.id}`);
|
this.$router.push(`/mediation-page?sourcePage=sourcePage&caseId=${item.id}`);
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user