fix(系统设置): 系统组织菜单添加组织成员时报错
This commit is contained in:
parent
fcdca53b18
commit
5fb4c3504f
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue