Commit 9889ca93 by zhaochengxiang

bug fix

parent 9f440b31
...@@ -273,7 +273,7 @@ const FC = (props) => { ...@@ -273,7 +273,7 @@ const FC = (props) => {
} }
const onExportClick = () => { const onExportClick = () => {
window.open(`/api/dataassetmanager/dataAssetApi/exportByDataAssetIds?dataAssetIds=${(selectedRows??[]).map(item => item.id).toString()}&templateType=${currentTemplateValue}`); window.open(`/api/dataassetmanager/draftApi/exportByDraftIds?draftIds=${(selectedRows??[]).map(item => item.id).toString()}&templateType=${currentTemplateValue}`);
} }
const onPublishClick = () => { const onPublishClick = () => {
......
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