mirror of https://gitee.com/topiam/eiam
修改代码拼写错误
parent
17c07839d1
commit
64561a18bf
|
@ -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