mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
@@ -113,8 +113,15 @@ onBeforeMount(async () => {
|
||||
}
|
||||
)
|
||||
})
|
||||
const userViewEnlargeOpen = () => {
|
||||
userViewEnlargeRef.value.dialogInit(state.canvasStylePreview, viewInfo.value, config.value)
|
||||
const userViewEnlargeOpen = (a, b) => {
|
||||
console.log(a, b, 'item')
|
||||
|
||||
userViewEnlargeRef.value.dialogInit(
|
||||
state.canvasStylePreview,
|
||||
viewInfo.value,
|
||||
config.value,
|
||||
'details'
|
||||
)
|
||||
}
|
||||
|
||||
const onPointClick = param => {
|
||||
|
||||
Reference in New Issue
Block a user