forked from github/dataease
fix(嵌入式): 嵌入式版本,嵌入视图的放大、查看数据功能无法使用,由于无法访问数据导出中心,无法拿到视图导出数据 #10529
This commit is contained in:
parent
18878e9a42
commit
49fed3c4e0
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user