优化组织与用户界面拖拽效果

pull/90/head
LvYan 2024-06-13 08:48:54 +00:00 committed by smallbun
parent 7b89836ecb
commit 3b18b825f0
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ export const OrganizationTree = (props: {
await getRootOrganizationData(); await getRootOrganizationData();
return Promise.resolve(true); return Promise.resolve(true);
} }
return Promise.resolvyarne(false); return Promise.resolve(false);
}} }}
id={currentSelectedNode.id} id={currentSelectedNode.id}
visible={moveNodeVisible} visible={moveNodeVisible}