forked from github/dataease
fix(嵌入式): 嵌入式测试
This commit is contained in:
parent
5d3e3c5aed
commit
2203e8b217
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user