Commit b4e46fd4 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 67652421
......@@ -466,6 +466,7 @@
<div>
<el-form-item label="签证关联国家" prop="VisaCountryId">
<el-select @change="VisaCountry" v-model="addMsg.VisaCountryId" class="dateClass">
<el-option label="不限" :value="0" :key="0" ></el-option>
<el-option
v-for="item in Visacountry"
:label="item.CountryName"
......@@ -774,6 +775,7 @@ export default {
DownloadMaterialsFileList:[],
},
CoverImageList: [],
VisaCountryId:"",
},
......
......@@ -563,7 +563,7 @@ export default {
this.inputVisible2 = false;
this.inputVisible3 = false;
this.tagloading=true;
this.productlabel.VisaCountryId=item.CountryId;
this.productlabel.VisaCountryId=item.Id;
this.GetProductLabel(item.CountryId);
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