From 473cabb385e54eda1dfc4bb6416944d2fc7b8eb6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 24 May 2024 10:02:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E6=94=BE?= =?UTF-8?q?=E5=BC=80=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/views/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index 242d8d19fe..b04216b25c 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -3,6 +3,7 @@ import { useI18n } from '@/hooks/web/useI18n' import ChartComponentG2Plot from './components/ChartComponentG2Plot.vue' import DeIndicator from '@/custom-component/indicator/DeIndicator.vue' import { useAppStoreWithOut } from '@/store/modules/app' +import { useEmbedded } from '@/store/modules/embedded' import { XpackComponent } from '@/components/plugin' import { computed, @@ -178,6 +179,7 @@ const resultCount = computed(() => { return canvasStyleData.value.dashboard?.resultCount || null }) +const embeddedStore = useEmbedded() // 编辑状态下 不启动刷新 const buildInnerRefreshTimer = ( refreshViewEnable = false,