Commit fc0df335 by zhaochengxiang

bug fix

parent f1829b22
......@@ -847,7 +847,7 @@ const AssetManageTree = (props) => {
onSelect?.(null, null, null, false);
setTimeout(() => {
onSelect?.('', '', null, false);
getAllDirectoryAsTree(false)
getAllDirectoryAsTree(true)
}, 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