Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 8224-contextMenu

This commit is contained in:
Alex Moreno 2025-04-25 09:41:05 +02:00
commit 9418c9f897
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ onBeforeRouteLeave(() => {
});
onBeforeMount(async () => {
stateStore.cardDescriptorChangeValue(markRaw(props.descriptor));
if (props.visual) stateStore.cardDescriptorChangeValue(markRaw(props.descriptor));
const route = router.currentRoute.value;
try {

View File

@ -30,6 +30,7 @@ const $props = defineProps({
:dated="dated"
:sale-fk="saleFk"
:warehouse-fk="warehouseFk"
:proxy-render="true"
/>
</QPopupProxy>
</template>