fix(嵌入式): 嵌入式测试

This commit is contained in:
dataeaseShu 2024-08-07 17:16:01 +08:00
parent 5d3e3c5aed
commit 2203e8b217

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