fix: 修复个人信息页面校验三方平台失败的问题
This commit is contained in:
parent
db5b30e215
commit
ffdab95279
|
@ -291,7 +291,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleAuth(type) {
|
handleAuth(type) {
|
||||||
let param = {...this.currentPlatformInfo};
|
let param = {...this.currentPlatformInfo};
|
||||||
param.orgId = getCurrentWorkspaceId();
|
param.workspaceId = getCurrentWorkspaceId();
|
||||||
param.platform = type;
|
param.platform = type;
|
||||||
this.$parent.result = this.$post("issues/user/auth", param, () => {
|
this.$parent.result = this.$post("issues/user/auth", param, () => {
|
||||||
this.$success(this.$t('organization.integration.verified'));
|
this.$success(this.$t('organization.integration.verified'));
|
||||||
|
|
Loading…
Reference in New Issue