Commit 1c6a49ed authored by huangyuanyuan's avatar huangyuanyuan

修改配置

parent f099594f
...@@ -564,7 +564,7 @@ export default { ...@@ -564,7 +564,7 @@ export default {
this.inputVisible3 = false; this.inputVisible3 = false;
this.tagloading=true; this.tagloading=true;
this.productlabel.VisaCountryId=item.Id; this.productlabel.VisaCountryId=item.Id;
this.GetProductLabel(item.CountryId); this.GetProductLabel(item.Id);
this.CPBQ=true; this.CPBQ=true;
}, },
// 新增 // 新增
...@@ -587,6 +587,7 @@ export default { ...@@ -587,6 +587,7 @@ export default {
"dmc_post_visa_GetVisaProductCountryTagList", "dmc_post_visa_GetVisaProductCountryTagList",
{VisaCountryId:item}, {VisaCountryId:item},
res => { res => {
console.log(res);
this.tagloading=false; this.tagloading=false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.CountryTagList=res.data.data; this.CountryTagList=res.data.data;
......
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