Commit 19e9b9c4 by 放生的三文鱼

删除自定义目录的时候

parent d198abf3
......@@ -552,7 +552,7 @@ const AssetManageTree = (props) => {
payload: {
params: {
dirId: currentRightClickDir.nodeId,
currentDirIsCustom: true
currentDirIsCustom: true && currentRightClickDir.type==='custom'
}
},
callback: able => {
......
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