forked from verdnatura/salix-front
Merge pull request 'fix: fix department filter' (!1075) from fix-6389departmentFilter into dev
Reviewed-on: verdnatura/salix-front#1075 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
59b034d0b4
|
@ -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