|
@@ -292,17 +292,17 @@
|
|
|
this.clubID = organizationUser.clubID
|
|
|
this.clubName = this.$reg.checkData(organizationClub.name)
|
|
|
this.abbreviation = this.$reg.checkData(organizationClub.sname)
|
|
|
- if( organizationClub.provinceID){
|
|
|
+ if( organizationClub.provinceID==''||organizationClub.provinceID==null){
|
|
|
this.addressData.provinceID = ''
|
|
|
}else{
|
|
|
this.addressData.provinceID = organizationClub.provinceID
|
|
|
}
|
|
|
- if( organizationClub.cityID){
|
|
|
+ if( organizationClub.cityID==''||organizationClub.cityID===null){
|
|
|
this.addressData.cityID = ''
|
|
|
}else{
|
|
|
this.addressData.cityID = organizationClub.cityID
|
|
|
}
|
|
|
- if( organizationClub.townID){
|
|
|
+ if( organizationClub.townID==''||organizationClub.townID==null){
|
|
|
this.addressData.townID = ''
|
|
|
}else{
|
|
|
this.addressData.townID = organizationClub.townID
|