From 06be24e85d1bec2019187cc9c7d4407e6f5ea5ea Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 19 Nov 2025 10:09:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=90=8E=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E5=AE=9A=E4=BD=8D=E5=88=B0=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E4=BB=AA=E8=A1=A8=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 1 + .../src/components/data-visualization/DvToolbar.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index bb78ca466b..cf9ae3a167 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -327,6 +327,7 @@ const embeddedStore = useEmbedded() const backHandler = (url: string) => { if (isEmbedded.value) { + wsCache.set(`db-info-id`, dvInfo.value.id) embeddedStore.clearState() useEmitt().emitter.emit('changeCurrentComponent', 'DashboardPanel') return diff --git a/core/core-frontend/src/components/data-visualization/DvToolbar.vue b/core/core-frontend/src/components/data-visualization/DvToolbar.vue index 60eeb5d387..b106d54f64 100644 --- a/core/core-frontend/src/components/data-visualization/DvToolbar.vue +++ b/core/core-frontend/src/components/data-visualization/DvToolbar.vue @@ -250,6 +250,7 @@ const isEmbedded = computed(() => appStore.getIsDataEaseBi || appStore.getIsIfra const backHandler = (url: string) => { if (isEmbedded.value) { + wsCache.set(`dv-info-id`, dvInfo.value.id) embeddedStore.clearState() useEmitt().emitter.emit('changeCurrentComponent', 'ScreenPanel') return