Merge of fix/Org.delete_execption 修复组织管理中删除组织、人员时确认框可能在可见区域外的问题 to wrdp See merge request o2oa/o2oa!1810
@@ -440,8 +440,8 @@ MWF.xApplication.Org.$Explorer = new Class({
}
this.deleteElementsNode.position({
relativeTo: (item) ? item.node : this.toolbarNode,
- position: "centerBottom",
- edge: "centerTop"
+ position: "topRight",
+ edge: "topLeft"
});
}else{
if (this.deleteElementsNode){