fix: when param not exists
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-07-08 12:41:00 +02:00
parent e9ab0154fe
commit 7393e51a94
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ onMounted(async () => await getItemPackingTypes());
:label="t('params.itemPackingTypes')"
v-model="params.itemPackingTypes"
toggle-indeterminate
:false-value="null"
@update:model-value="searchFn()"
/>
</QItemSection>