Merge pull request #11755 from ulleo/dev-v2

fix(图表): 修复双轴线图导出原始明细失败问题
This commit is contained in:
ulleo 2024-08-26 17:16:31 +08:00 committed by GitHub
commit b1a821e4e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -510,6 +510,9 @@ export const exportExcelDownload = (chart, callBack?) => {
...request,
multiInfo: [req1, req2]
}
if (chart.downloadType === 'dataset') {
delete request.multiInfo
}
} else {
const req = getExcelDownloadRequest(chart.data)
request = {