fix: organization link redirect issue
This commit is contained in:
parent
0d878e6413
commit
ce9bde1135
@ -413,10 +413,10 @@ function getParsedFields(sections) {
|
|||||||
showOrganizationModal.value = true
|
showOrganizationModal.value = true
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
field.link = () =>
|
field.link = (org) =>
|
||||||
router.push({
|
router.push({
|
||||||
name: 'Organization',
|
name: 'Organization',
|
||||||
params: { organizationId: deal.data.organization },
|
params: { organizationId: org },
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@ -326,10 +326,10 @@ function getParsedFields(sections) {
|
|||||||
showOrganizationModal.value = true
|
showOrganizationModal.value = true
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
field.link = () =>
|
field.link = (org) =>
|
||||||
router.push({
|
router.push({
|
||||||
name: 'Organization',
|
name: 'Organization',
|
||||||
params: { organizationId: lead.data.organization },
|
params: { organizationId: org },
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user