feat: move call Docuware when onMounted
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-04-11 12:23:36 +00:00
parent 6976569c42
commit 60aee5469d
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,8 @@ const props = defineProps({
}); });
onMounted(() => { onMounted(() => {
restoreTicket(); restoreTicket();
hasDocuware();
}); });
watch( watch(
@ -607,7 +608,6 @@ async function ticketToRestore() {
self="top start" self="top start"
auto-close auto-close
bordered bordered
@click="hasDocuware()"
> >
<QList> <QList>
<QItem @click="openDeliveryNote('deliveryNote')" v-ripple clickable> <QItem @click="openDeliveryNote('deliveryNote')" v-ripple clickable>
@ -642,7 +642,7 @@ async function ticketToRestore() {
<QItemSection side> <QItemSection side>
<QIcon name="keyboard_arrow_right" /> <QIcon name="keyboard_arrow_right" />
</QItemSection> </QItemSection>
<QMenu anchor="top end" self="top start" auto-close @click="hasDocuware()"> <QMenu anchor="top end" self="top start" auto-close>
<QList> <QList>
<QItem <QItem
@click="sendDeliveryNoteConfirmation('deliveryNote')" @click="sendDeliveryNoteConfirmation('deliveryNote')"