fix(嵌入式): 嵌入式版本,嵌入视图的放大、查看数据功能无法使用,由于无法访问数据导出中心,无法拿到视图导出数据 #10529

This commit is contained in:
dataeaseShu 2024-08-07 17:44:09 +08:00
parent 18878e9a42
commit 49fed3c4e0

View File

@ -113,15 +113,8 @@ onBeforeMount(async () => {
}
)
})
const userViewEnlargeOpen = (a, b) => {
console.log(a, b, 'item')
userViewEnlargeRef.value.dialogInit(
state.canvasStylePreview,
viewInfo.value,
config.value,
'details'
)
const userViewEnlargeOpen = opt => {
userViewEnlargeRef.value.dialogInit(state.canvasStylePreview, viewInfo.value, config.value, opt)
}
const onPointClick = param => {