Commit 33e1ce9d by zhaochengxiang

bug fix

parent bb959123
...@@ -403,7 +403,7 @@ const FC = (props) => { ...@@ -403,7 +403,7 @@ const FC = (props) => {
dataAssetType: getAssetType(AssetManageReference) dataAssetType: getAssetType(AssetManageReference)
}, },
callback: data => { callback: data => {
window.open(`/api/dataassetmanager/directoryApi/export?parentPath=${data.path}`); window.open(`/api/dataassetmanager/directoryApi/export?parentPath=${data.path}&dataAssetType=${getAssetType(AssetManageReference)}`);
} }
}) })
} else { } else {
......
...@@ -457,7 +457,7 @@ const FC = (props) => { ...@@ -457,7 +457,7 @@ const FC = (props) => {
dataAssetType: getAssetType(ResourceManageReference) dataAssetType: getAssetType(ResourceManageReference)
}, },
callback: data => { callback: data => {
window.open(`/api/dataassetmanager/directoryApi/export?parentPath=${data.path}`); window.open(`/api/dataassetmanager/directoryApi/export?parentPath=${data.path}&dataAssetType=${getAssetType(ResourceManageReference)}`);
} }
}) })
} else { } else {
......
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