diff --git a/core/core-frontend/src/pages/panel/ViewWrapper.vue b/core/core-frontend/src/pages/panel/ViewWrapper.vue index daf158ae12..e905f83b82 100644 --- a/core/core-frontend/src/pages/panel/ViewWrapper.vue +++ b/core/core-frontend/src/pages/panel/ViewWrapper.vue @@ -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 => {