fix(图表): 修复双轴线图导出原始明细失败问题

This commit is contained in:
ulleo 2024-08-26 17:14:59 +08:00
parent 7f70e2895e
commit ac55d28544

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 = {