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;
|
multimediaSlide.value = dmsId;
|
||||||
multimediaDialog.value = true;
|
multimediaDialog.value = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function redirect(id) {
|
|
||||||
const url = `https://salix.verdnatura.es/#!/claim/${id}/summary`;
|
|
||||||
window.location.href = url;
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -164,11 +159,6 @@ function redirect(id) {
|
||||||
<QCardSection class="row q-pa-none q-col-gutter-md">
|
<QCardSection class="row q-pa-none q-col-gutter-md">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<QList>
|
<QList>
|
||||||
<QBtn
|
|
||||||
@click="redirect(this.$route.params.id)"
|
|
||||||
icon="open_in_new"
|
|
||||||
label="Ir a SALIX"
|
|
||||||
></QBtn>
|
|
||||||
<QItem>
|
<QItem>
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
<QItemLabel caption>
|
<QItemLabel caption>
|
||||||
|
|
Loading…
Reference in New Issue