|
@@ -339,7 +339,7 @@
|
|
|
this.clubFax = organizationClub.fax ? organizationClub.fax : ''
|
|
|
this.companyPprofile = organizationClub.profile ? organizationClub.profile : ''
|
|
|
this.contractEmail = organizationClub.contractEmail
|
|
|
- if(this.contractEmail){
|
|
|
+ if(organizationClub.socialCreditCode){
|
|
|
this.clubName = this.$reg.checkData(organizationClub.name)
|
|
|
}else{
|
|
|
this.clubName = ''
|
|
@@ -425,6 +425,7 @@
|
|
|
clubId:this.clubId, //会所ID
|
|
|
name:this.clubName,
|
|
|
linkMan:this.clubContact,
|
|
|
+ contractEmail:this.contractEmail,
|
|
|
shortName:this.shortName,
|
|
|
provinceId:this.addressData.provinceId,
|
|
|
cityId:this.addressData.cityId,
|