From 2203e8b217732029473860e32e47068917c5bae3 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 7 Aug 2024 17:16:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E5=BC=8F=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/pages/panel/ViewWrapper.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 => {