From b3cf3cf35ce4e84fb6bea237457bb7ae6370edf4 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 2 Jan 2025 16:07:54 +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=E7=BB=84=E5=90=88=E5=9B=BE=E8=A1=A8=E6=97=B6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86ID=E8=A2=AB=E8=AF=AF=E6=B8=85?= =?UTF-8?q?=E7=90=86=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/editor/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 1a67cd534c..a51e638ae2 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -186,7 +186,6 @@ onBeforeMount(() => { }) onBeforeUnmount(() => { - view.value.tableId = '' cacheId = '' })