Commit e780a0b6 by 放生的三文鱼

优化代码

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