Commit fc0df335 by zhaochengxiang

bug fix

parent f1829b22
...@@ -847,7 +847,7 @@ const AssetManageTree = (props) => { ...@@ -847,7 +847,7 @@ const AssetManageTree = (props) => {
onSelect?.(null, null, null, false); onSelect?.(null, null, null, false);
setTimeout(() => { setTimeout(() => {
onSelect?.('', '', null, false); onSelect?.('', '', null, false);
getAllDirectoryAsTree(false) getAllDirectoryAsTree(true)
}, 100) }, 100)
}} }}
style={{ width: 100 }} style={{ width: 100 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment