mirror of https://gitee.com/topiam/eiam
优化组织与用户界面拖拽效果
parent
7b89836ecb
commit
3b18b825f0
|
@ -420,7 +420,7 @@ export const OrganizationTree = (props: {
|
|||
await getRootOrganizationData();
|
||||
return Promise.resolve(true);
|
||||
}
|
||||
return Promise.resolvyarne(false);
|
||||
return Promise.resolve(false);
|
||||
}}
|
||||
id={currentSelectedNode.id}
|
||||
visible={moveNodeVisible}
|
||||
|
|
Loading…
Reference in New Issue