Merge pull request #11416 from dataease/pr@dev-v2_st

fix(嵌入式): 嵌入式测试
This commit is contained in:
dataeaseShu 2024-08-07 17:16:56 +08:00 committed by GitHub
commit f1a5dab596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 => {