Commit 29022bb6 by zhaochengxiang

映射关系导出问题

parent e808b82a
......@@ -200,7 +200,7 @@ const FC = (props) => {
}
},
callback: data => {
window.open(`/api/standard/indicator/exportData?ids=${data.content?.map(item => item.id).toString()}`);
window.open(`/api/standard/indicator/exportData?ids=${data.content?.map(item => item.id).toString()}&tableId=${metadataId}`);
},
});
}
......
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