fix(仪表板): 修复复用退出时控制台有报错信息打印问题 (#17333)

This commit is contained in:
王嘉豪
2025-10-31 13:45:13 +08:00
committed by GitHub
parent 9987ad2cc2
commit dee3d10618

View File

@@ -72,6 +72,7 @@ import { snapshotStoreWithOut } from '@/store/modules/data-visualization/snapsho
import PreviewShow from '@/views/data-visualization/PreviewShow.vue'
import { useI18n } from '@/hooks/web/useI18n'
import ChartCarouselTooltip from '@/views/chart/components/js/g2plot_tooltip_carousel'
import G2TooltipCarousel from '@/views/chart/components/js/G2TooltipCarousel'
const dvMainStore = dvMainStoreWithOut()
const snapshotStore = snapshotStoreWithOut()
const dialogShow = ref(false)