From aa796687dce3689fe863af0a9897f736d22243cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:16:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E8=A1=A8=E4=B8=8B=E6=8B=89=E6=A8=A1=E5=BC=8F=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E5=87=BAexcel=E5=90=8E=E4=BC=9A=E5=8F=98=E6=88=90=E7=BF=BB?= =?UTF-8?q?=E9=A1=B5=E6=A8=A1=E5=BC=8F=20#17358=20(#17449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/UserViewEnlarge.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index d653867471..abbf65e214 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -365,7 +365,7 @@ const downloadViewImage = () => { const downloadViewDetails = (downloadType = 'view') => { const viewDataInfo = dvMainStore.getViewDataDetails(viewInfo.value.id) - const viewInfoSource = dvMainStore.getViewDetails(viewInfo.value.id) + const viewInfoSource = deepCopy(dvMainStore.getViewDetails(viewInfo.value.id)) if (!viewDataInfo) { ElMessage.error(t('chart.field_is_empty_export_error')) return