Merge branch 'dev' into 8028-WarningInject
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-04-25 07:48:13 +00:00
commit 397e378856
2 changed files with 2 additions and 1 deletions

View File

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

View File

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