|
@@ -460,7 +460,7 @@
|
|
})
|
|
})
|
|
//判断是不是从邀请页面进来的,如果是邀请进来的就直接邀请成功!
|
|
//判断是不是从邀请页面进来的,如果是邀请进来的就直接邀请成功!
|
|
if(that.identityAuthenticationInfo.invitation || that.identityAuthenticationInfo.inviteCompany){
|
|
if(that.identityAuthenticationInfo.invitation || that.identityAuthenticationInfo.inviteCompany){
|
|
- that.$api.doRequest('get', '/identityAuthenticationInfo/saveCompanyIdentity', {
|
|
|
|
|
|
+ that.$api.doRequest('post', '/identityAuthenticationInfo/saveCompanyIdentity', {
|
|
id: res.data.data,
|
|
id: res.data.data,
|
|
compId: that.identityAuthenticationInfo.inviteCompany,
|
|
compId: that.identityAuthenticationInfo.inviteCompany,
|
|
}, 'application/json;charset=UTF-8').then(res => {
|
|
}, 'application/json;charset=UTF-8').then(res => {
|
|
@@ -549,7 +549,7 @@
|
|
})
|
|
})
|
|
//判断是不是从邀请页面进来的,如果是邀请进来的就直接邀请成功!
|
|
//判断是不是从邀请页面进来的,如果是邀请进来的就直接邀请成功!
|
|
if(that.identityAuthenticationInfo.invitation || that.identityAuthenticationInfo.inviteCompany){
|
|
if(that.identityAuthenticationInfo.invitation || that.identityAuthenticationInfo.inviteCompany){
|
|
- that.$api.doRequest('get', '/identityAuthenticationInfo/saveCompanyIdentity', {
|
|
|
|
|
|
+ that.$api.doRequest('post', '/identityAuthenticationInfo/saveCompanyIdentity', {
|
|
id: res.data.data,
|
|
id: res.data.data,
|
|
compId: that.identityAuthenticationInfo.inviteCompany,
|
|
compId: that.identityAuthenticationInfo.inviteCompany,
|
|
}, 'application/json;charset=UTF-8').then(res => {
|
|
}, 'application/json;charset=UTF-8').then(res => {
|