From ac55d28544d0fd9f4d0c0f275a5a26b289ce790d Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 26 Aug 2024 17:14:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=8C=E8=BD=B4=E7=BA=BF=E5=9B=BE=E5=AF=BC=E5=87=BA=E5=8E=9F?= =?UTF-8?q?=E5=A7=8B=E6=98=8E=E7=BB=86=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/js/util.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/js/util.ts b/core/core-frontend/src/views/chart/components/js/util.ts index dfb6dd9648..951d4b0cb9 100644 --- a/core/core-frontend/src/views/chart/components/js/util.ts +++ b/core/core-frontend/src/views/chart/components/js/util.ts @@ -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 = {