fix(系统设置): 系统组织菜单添加组织成员时报错

This commit is contained in:
shiziyuan9527 2021-06-16 18:01:46 +08:00 committed by 刘瑞斌
parent fcdca53b18
commit 5fb4c3504f
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ export default {
this.result = this.$post("user/special/org/member/add", param, () => {
let sign = "other";
let sourceId = this.currentRow.id;
refreshSessionAndCookies(sign, sourceId);
// refreshSessionAndCookies(sign, sourceId);
this.cellClick(this.currentRow);
this.dialogOrgMemberAddVisible = false;
});