fix(图表): 修复双轴线图导出原始明细失败问题
This commit is contained in:
parent
7f70e2895e
commit
ac55d28544
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user