0
0
Fork 0

fix: fix department filter

This commit is contained in:
Carlos Satorres 2024-12-12 10:51:13 +01:00
parent b022ede6a9
commit ac3ca3e243
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ const getLocale = (label) => {
rounded rounded
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.department" v-model="params.department"
option-label="name"
option-value="name"
url="Departments" url="Departments"
/> />
</QItemSection> </QItemSection>