From 459ee69ef90aa5e26e159d9bfa0a8895a946ef76 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 30 May 2025 18:02:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=BB=84=E5=90=88=E6=97=B6=E9=83=A8=E5=88=86=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8F=AF=E8=83=BD=E4=B8=8D=E5=8F=AF=E8=A7=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/store/modules/data-visualization/dvMain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts index 4abc6b18a4..f3049add9c 100644 --- a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts +++ b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts @@ -553,7 +553,7 @@ export const dvMainStore = defineStore('dataVisualization', { }) }, - deleteComponentById(componentId, componentData = this.componentData, deep = true) { + deleteComponentById(componentId, componentData = this.componentData, deep = false) { if (componentId) { let indexResult componentData.forEach((component, index) => {