fix: remove duplicated department selection from MonitorTicketFilter
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
77f0e7b492
commit
bbc03ddcad
|
@ -209,20 +209,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
|
||||||
|
|
Loading…
Reference in New Issue