Commit b7d94614 by zhaochengxiang

bug fix

parent a24a89ee
......@@ -271,7 +271,8 @@ const FC = (props) => {
keyword: args.params.keyword,
range: getAssetRange(AssetBrowseReference),
recursive,
isCustomDir: (node?.resourceType==='custom'||node?.type==='custom')
isCustomDir: (node?.resourceType==='custom'||node?.type==='custom'),
checkPermission: true,
}
},
callback: data => {
......
......@@ -271,7 +271,8 @@ const FC = (props) => {
keyword: args.params.keyword,
range: getAssetRange(ResourceBrowseReference),
recursive,
isCustomDir: (node?.resourceType==='custom'||node?.type==='custom')
isCustomDir: (node?.resourceType==='custom'||node?.type==='custom'),
checkPermission: true,
}
},
callback: data => {
......
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