fix(图表): 修复嵌入式div 嵌入仪表板指标卡/富文本,设置事件跳转没办法跳到另一个仪表板

This commit is contained in:
wangjiahao
2025-02-20 10:07:56 +08:00
committed by 王嘉豪
parent a9a6ce548a
commit ea27a56d64

View File

@@ -13,7 +13,7 @@ import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain'
import { activeWatermarkCheckUser, removeActiveWatermark } from '@/components/watermark/watermark'
import { isMobile } from '@/utils/utils'
import { isDashboard } from '@/utils/canvasUtils'
import view from '@antv/g2/src/chart/view'
import { XpackComponent } from '@/components/plugin'
const componentWrapperInnerRef = ref(null)
const componentEditBarRef = ref(null)
@@ -434,6 +434,10 @@ const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc &&
:name="commonBackgroundSvgInner"
></Board>
</div>
<XpackComponent
ref="openHandler"
jsname="L2NvbXBvbmVudC9lbWJlZGRlZC1pZnJhbWUvT3BlbkhhbmRsZXI="
/>
</div>
</template>