|
@@ -363,7 +363,7 @@ import { mapMutations } from 'vuex';
|
|
|
}else{
|
|
|
this.addressData.townID = organizationClub.townID
|
|
|
}
|
|
|
- this.addressData.address = organizationClub.provincialAddress
|
|
|
+ this.addressData.address = organizationClub.provincialAddress?organizationClub.provincialAddress:''
|
|
|
this.addressData.addressDetail = organizationClub.address
|
|
|
this.socialCreditCode = organizationClub.socialCreditCode
|
|
|
this.firstClubType = organizationClub.firstClubType
|
|
@@ -454,7 +454,7 @@ import { mapMutations } from 'vuex';
|
|
|
info : this.companyPprofile
|
|
|
}
|
|
|
organizationModifyUpdate(params).then(response =>{
|
|
|
- this.$util.msg(response.msg,2000);
|
|
|
+ this.$util.msg('修改成功',2000,true,'success')
|
|
|
setTimeout(()=>{
|
|
|
this.$api.switchTabTo('/pages/tabBar/home/home')
|
|
|
},2000)
|
|
@@ -693,6 +693,11 @@ import { mapMutations } from 'vuex';
|
|
|
showCheckPhone(){//控制修改手机显隐
|
|
|
this.isShowCheckPhone = !this.isShowCheckPhone
|
|
|
},
|
|
|
+ checkDataNullFn(res){
|
|
|
+ let data;
|
|
|
+ data = res ? res :''
|
|
|
+ return data
|
|
|
+ },
|
|
|
steps(index) {//$attrstab切换
|
|
|
this.tabCurrentIndex = index;
|
|
|
}
|