feat: refs #8087 refs#8087 Redadas en travel
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9ac3316567
commit
8c20b8736b
|
@ -446,11 +446,8 @@ async function getZone(options) {
|
||||||
<VnSelect
|
<VnSelect
|
||||||
:label="t('basicData.company')"
|
:label="t('basicData.company')"
|
||||||
v-model="formData.companyFk"
|
v-model="formData.companyFk"
|
||||||
option-value="id"
|
|
||||||
option-label="code"
|
option-label="code"
|
||||||
:options="companiesOptions"
|
:options="companiesOptions"
|
||||||
hide-selected
|
|
||||||
map-options
|
|
||||||
:required="true"
|
:required="true"
|
||||||
:rules="validate('basicData.company')"
|
:rules="validate('basicData.company')"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue