forked from github/dataease
Merge pull request #11419 from dataease/pr@dev-v2_st
fix(嵌入式): 嵌入式版本,嵌入视图的放大、查看数据功能无法使用,由于无法访问数据导出中心,无法拿到视图导出数据 #10529
This commit is contained in:
commit
2c13de43c8
@ -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