refs #6795 summary, order #183
|
@ -32,8 +32,8 @@ function stateColor(code) {
|
|||
}
|
||||
function navigate(event, id) {
|
||||
if (event.ctrlKey || event.metaKey)
|
||||
carlossa marked this conversation as resolved
|
||||
window.open(`${getApiUrl()}/#/claim/${id}/summary`);
|
||||
return router.push({ path: `/claim/${id}` });
|
||||
return window.open(`${getApiUrl()}/#/claim/${id}/summary`);
|
||||
carlossa marked this conversation as resolved
Outdated
alexm
commented
Aci tb se podria ficar un return i te ahorres el else Aci tb se podria ficar un return i te ahorres el else
|
||||
router.push({ path: `/claim/${id}` });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Pero un return en el window.open