Commit 45ae1adf by zhaochengxiang

资产自定义

parent b2ee4de8
...@@ -401,6 +401,11 @@ const AssetTable = (props) => { ...@@ -401,6 +401,11 @@ const AssetTable = (props) => {
if (nodeType === 'custom') { if (nodeType === 'custom') {
url = 'assetmanage.listDataAssetsByPersonalCustomType'; url = 'assetmanage.listDataAssetsByPersonalCustomType';
if (reference === AssetBrowseReference) {
params.resourceType = 'innerSource,outerSource';
} else if (reference === ResourceBrowseReference) {
params.resourceType = 'dataAsset';
}
} }
} }
......
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