Commit 33e1ce9d by zhaochengxiang

bug fix

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