From 2ae102847184a943a5a7639df9c0061c6d3a1128 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 11 Dec 2024 12:16:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=98=8E=E7=BB=86=E8=A1=A8=E5=AF=BC=E5=87=BA?= =?UTF-8?q?excel=E4=B8=BA=E7=A9=BA=E9=97=AE=E9=A2=98=20#13892=20#13962?= 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 faaa4aa89e..7096a52a3b 100644 --- a/core/core-frontend/src/views/chart/components/js/util.ts +++ b/core/core-frontend/src/views/chart/components/js/util.ts @@ -537,6 +537,9 @@ export const exportExcelDownload = (chart, callBack?) => { request.dataEaseBi = true } const method = request.downloadType === 'dataset' ? innerExportDataSetDetails : innerExportDetails + if (request.viewInfo?.customAttr?.basicStyle?.tablePageMode) { + request.viewInfo.customAttr.basicStyle.tablePageMode = 'page' + } method(request) .then(res => { if (linkStore.getLinkToken || isDataEaseBi.value || appStore.getIsIframe) {