0
0
Fork 0

refs #6914 fix VnLocationCountry

This commit is contained in:
Carlos Satorres 2024-05-16 14:18:41 +02:00
parent 4a4550351d
commit b19d9ec473
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ const onProvinceCreated = async ({ name }, formData) => {
:label="t('Country')" :label="t('Country')"
:options="countriesOptions" :options="countriesOptions"
hide-selected hide-selected
option-label="country" option-label="name"
option-value="id" option-value="id"
v-model="data.countryFk" v-model="data.countryFk"
:rules="validate('postcode.countryFk')" :rules="validate('postcode.countryFk')"