fix: 修复个人信息页面校验三方平台失败的问题

This commit is contained in:
shiziyuan9527 2021-10-21 17:58:35 +08:00 committed by shiziyuan9527
parent db5b30e215
commit ffdab95279
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ export default {
},
handleAuth(type) {
let param = {...this.currentPlatformInfo};
param.orgId = getCurrentWorkspaceId();
param.workspaceId = getCurrentWorkspaceId();
param.platform = type;
this.$parent.result = this.$post("issues/user/auth", param, () => {
this.$success(this.$t('organization.integration.verified'));