forked from verdnatura/salix-front
refs #6914 fix VnLocationCountry
This commit is contained in:
parent
4a4550351d
commit
b19d9ec473
|
@ -134,7 +134,7 @@ const onProvinceCreated = async ({ name }, formData) => {
|
|||
:label="t('Country')"
|
||||
:options="countriesOptions"
|
||||
hide-selected
|
||||
option-label="country"
|
||||
option-label="name"
|
||||
option-value="id"
|
||||
v-model="data.countryFk"
|
||||
:rules="validate('postcode.countryFk')"
|
||||
|
|
Loading…
Reference in New Issue