Commit 9dd616a1 by zhaochengxiang

导出所有资产

parent ab6f55b6
...@@ -607,9 +607,9 @@ const AssetTable = (props) => { ...@@ -607,9 +607,9 @@ const AssetTable = (props) => {
if ((checkedKeys||[]).length === 0) { if ((checkedKeys||[]).length === 0) {
modal.confirm({ modal.confirm({
title: '提示', title: '提示',
content: '是否导出选中目录下的所有资产?', content: '是否导出所有资产?',
onOk: () => { onOk: () => {
window.open(`/api/dataassetmanager/dataAssetApi/exportByDataAssetIds?dirId=${nodeId}&recursive=${recursive}`); window.open('/api/dataassetmanager/dataAssetApi/exportByDataAssetIds?exportAll=true');
} }
}) })
} 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