fix: remove duplicated filter #1601

Merged
jsegarra merged 2 commits from fix_remove_duplicate_departmentFilter into dev 2025-03-24 00:16:12 +00:00
1 changed files with 0 additions and 16 deletions

View File

@ -118,8 +118,6 @@ const getLocale = (label) => {
rounded rounded
:label="t('globals.params.departmentFk')" :label="t('globals.params.departmentFk')"
v-model="params.departmentFk" v-model="params.departmentFk"
option-value="id"
option-label="name"
url="Departments" url="Departments"
/> />
</QItemSection> </QItemSection>
@ -209,20 +207,6 @@ const getLocale = (label) => {
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem>
<QItemSection>
<VnSelect
outlined
dense
rounded
:label="t('globals.params.departmentFk')"
v-model="params.department"
option-label="name"
option-value="name"
url="Departments"
/>
</QItemSection>
</QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect