forked from github/dataease
fix: 修复分享给我的仪表板导出数据进入数据导出中心没有看到导出的记录
This commit is contained in:
parent
06d147a9be
commit
aebe0a391a
@ -536,7 +536,7 @@ export function exportExcelDownload(chart, snapshot, width, height, loadingWrapp
|
||||
let method = innerExportDetails
|
||||
const token = store.getters.token || getToken()
|
||||
const linkToken = store.getters.linkToken || getLinkToken()
|
||||
if (linkToken) {
|
||||
if (linkToken && !token) {
|
||||
method = exportDetails
|
||||
loadingWrapper && (loadingWrapper.val = true)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user