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

This commit is contained in:
shiziyuan9527 2021-06-16 18:01:46 +08:00 committed by BugKing
parent 26c9e03fd3
commit bd735bc803
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;
});