From 3b7bc7942b6c3d6b7e544067853f87477e034833 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 12 Jul 2023 15:16:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-PDF=E5=AF=BC=E5=87=BA):?= =?UTF-8?q?=20PDF=E5=AF=BC=E5=87=BA=E6=97=B6=E5=9B=BE=E6=A0=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/EditBar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/canvas/components/editor/EditBar.vue b/frontend/src/components/canvas/components/editor/EditBar.vue index a185a38f08..42ee290db0 100644 --- a/frontend/src/components/canvas/components/editor/EditBar.vue +++ b/frontend/src/components/canvas/components/editor/EditBar.vue @@ -82,10 +82,10 @@ /> - @@ -469,7 +469,7 @@ export default { this.$emit('showViewDetails', { openType: openType }) }, exportExcelDownload() { - exportExcelDownload(this.chart, null, null, null, null, null) + exportExcelDownload(this.chart) }, auxiliaryMatrixChange() { if (this.curComponent.auxiliaryMatrix) {