|
@@ -291,8 +291,8 @@ import { mapMutations } from 'vuex';
|
|
|
}
|
|
|
this.registerEmail = organizationUser.email
|
|
|
this.clubID = organizationUser.clubID
|
|
|
- // this.clubName = this.$reg.checkData(organizationClub.name)
|
|
|
- // this.abbreviation = this.$reg.checkData(organizationClub.sname)
|
|
|
+ this.clubName = this.$reg.checkData(organizationClub.name)
|
|
|
+ this.abbreviation = this.$reg.checkData(organizationClub.sname)
|
|
|
if( organizationClub.provinceID == null ){
|
|
|
this.addressData.provinceID = ''
|
|
|
}else{
|