|
@@ -43,8 +43,7 @@ var informationPage = new Vue({
|
|
|
fax:'', //传真
|
|
|
contractPhone:'', //固定电话
|
|
|
profile : '', //公司简介
|
|
|
- linkManIdentity:0, //联系人身份
|
|
|
- serviceProviderId:0
|
|
|
+ linkManIdentity:0 //联系人身份
|
|
|
},
|
|
|
userMainPros:[],
|
|
|
formData:new FormData(),
|
|
@@ -246,7 +245,8 @@ var informationPage = new Vue({
|
|
|
mainProduct: _self.clubUpgradeUser.mainProduct,
|
|
|
fax: _self.clubUpgradeUser.fax,
|
|
|
contractPhone: _self.clubUpgradeUser.contractPhone,
|
|
|
- profile: _self.clubUpgradeUser.profile
|
|
|
+ profile: _self.clubUpgradeUser.profile,
|
|
|
+ serviceProviderId:0
|
|
|
}
|
|
|
}else{
|
|
|
params = {
|