Merge pull request #9826 from dataease/pr@dev-v2_st

fix(嵌入式): 放开跳转
This commit is contained in:
dataeaseShu 2024-05-24 10:03:04 +08:00 committed by GitHub
commit 0380d5f9c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,