forked from github/dataease
fix: 修复分享给我的仪表板导出数据进入数据导出中心没有看到导出的记录
This commit is contained in:
parent
3f625a4ad2
commit
06d147a9be
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user