forked from verdnatura/salix-front
refs #5989 summary OG
This commit is contained in:
parent
68f370b988
commit
2255aa6a5a
|
@ -141,11 +141,6 @@ function openDialog(dmsId) {
|
|||
multimediaSlide.value = dmsId;
|
||||
multimediaDialog.value = true;
|
||||
}
|
||||
|
||||
function redirect(id) {
|
||||
const url = `https://salix.verdnatura.es/#!/claim/${id}/summary`;
|
||||
window.location.href = url;
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
@ -164,11 +159,6 @@ function redirect(id) {
|
|||
<QCardSection class="row q-pa-none q-col-gutter-md">
|
||||
<div class="col">
|
||||
<QList>
|
||||
<QBtn
|
||||
@click="redirect(this.$route.params.id)"
|
||||
icon="open_in_new"
|
||||
label="Ir a SALIX"
|
||||
></QBtn>
|
||||
<QItem>
|
||||
<QItemSection>
|
||||
<QItemLabel caption>
|
||||
|
|
Loading…
Reference in New Issue