fix: 修复分享给我的仪表板导出数据进入数据导出中心没有看到导出的记录

This commit is contained in:
taojinlong 2024-04-29 16:44:35 +08:00
parent 3f625a4ad2
commit 06d147a9be

View File

@ -545,7 +545,7 @@ export function exportExcelDownload(chart, snapshot, width, height, loadingWrapp
request.proxy = { userId: panelInfo.proxy }
}
method(request).then((res) => {
if (linkToken) {
if (linkToken && !token) {
const blob = new Blob([res], { type: 'application/vnd.ms-excel' })
const link = document.createElement('a')
link.style.display = 'none'