Commit 91cfe3ef by 放生的三文鱼

目录不选择默认全部资产

parent 127d2788
......@@ -612,7 +612,7 @@ const AssetManageTree = (props) => {
const onTreeSelect = (keys, { node }) => {
if ((keys||[]).length === 0) {
setCurrentDirId();
onSelect?.('', '', null, false);
onSelect?.(undefined, '', null, false);
return;
}
......
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