mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
fix(图表): 修复嵌入式div 嵌入仪表板指标卡/富文本,设置事件跳转没办法跳到另一个仪表板
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user