Commit b79cf0a7 by zhaochengxiang

资产目录bug

parent 78d8ce2e
...@@ -675,8 +675,8 @@ const AssetTree = (props) => { ...@@ -675,8 +675,8 @@ const AssetTree = (props) => {
checkStrictly checkStrictly
onRightClick={({event, node}) => { onRightClick={({event, node}) => {
if (reference === AssetManageReference) { if (reference === AssetManageReference) {
console.log('node', node);
setCurrentRightClickDir(node); setCurrentRightClickDir(node);
setCurrentDirType(node.type||'');
displayMenu(event); displayMenu(event);
} }
}} }}
......
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