fix: fix department filter #1075
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue