|
|
@@ -11,7 +11,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item :label="$t('transportationConfig.countryName')">
|
|
|
- <el-select v-model="form.country" filterable ref="countryId" @change="countryChange" @blur="countryVisibleChange($event)" placeholder="Select Country">
|
|
|
+ <el-select v-model="form.countryId" filterable ref="countryId" @change="countryChange" @blur="countryVisibleChange($event)" placeholder="Select Country">
|
|
|
<el-option v-for="(item,index) in allCountry" :key="index" :label="item.NAME" :value="item.ID"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
@@ -61,7 +61,6 @@ export default {
|
|
|
content: '',
|
|
|
sort: 1,
|
|
|
countryId: '',
|
|
|
- country: []
|
|
|
},
|
|
|
content: '',
|
|
|
allCategory: null,
|