Commit a5bba7ae authored by Mac's avatar Mac

1

parent f2d1d1f5
......@@ -484,7 +484,7 @@
if(!this.model.Logo){
this.model.Logo = ''
}
this.BrandClassName = data.ClassName;
if(this.datas.CompanyStatus==0 && this.datas.IsComplete==1){//审核中
this.disabled = true
......@@ -494,6 +494,7 @@
this.disabled2 = true
}
if(this.model.ExistBrandId>0){
this.BrandClassName = data.ClassName;
this.disabled2 = true
this.disabled3 = true
}
......
......@@ -324,7 +324,7 @@
this.model.BannerList = [];
this.fileList= []
}
this.glCarrierName = this.model.CarrierName
if(!this.model.Logo){
this.model.Logo = ''
}
......@@ -335,7 +335,8 @@
this.disabled2 = true
}
if(this.model.ExistCarrierId>0){
this.disabled2 = true
this.disabled2 = true;
this.glCarrierName = this.model.CarrierName
}
}
},
......
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