Commit b4e46fd4 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 67652421
...@@ -466,6 +466,7 @@ ...@@ -466,6 +466,7 @@
<div> <div>
<el-form-item label="签证关联国家" prop="VisaCountryId"> <el-form-item label="签证关联国家" prop="VisaCountryId">
<el-select @change="VisaCountry" v-model="addMsg.VisaCountryId" class="dateClass"> <el-select @change="VisaCountry" v-model="addMsg.VisaCountryId" class="dateClass">
<el-option label="不限" :value="0" :key="0" ></el-option>
<el-option <el-option
v-for="item in Visacountry" v-for="item in Visacountry"
:label="item.CountryName" :label="item.CountryName"
...@@ -774,6 +775,7 @@ export default { ...@@ -774,6 +775,7 @@ export default {
DownloadMaterialsFileList:[], DownloadMaterialsFileList:[],
}, },
CoverImageList: [], CoverImageList: [],
VisaCountryId:"",
}, },
......
...@@ -563,7 +563,7 @@ export default { ...@@ -563,7 +563,7 @@ export default {
this.inputVisible2 = false; this.inputVisible2 = false;
this.inputVisible3 = false; this.inputVisible3 = false;
this.tagloading=true; this.tagloading=true;
this.productlabel.VisaCountryId=item.CountryId; this.productlabel.VisaCountryId=item.Id;
this.GetProductLabel(item.CountryId); this.GetProductLabel(item.CountryId);
this.CPBQ=true; this.CPBQ=true;
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment