From 49fed3c4e07519707d52dcb53bfb2965e2d2a6d4 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 7 Aug 2024 17:44:09 +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=E7=89=88=E6=9C=AC=EF=BC=8C=E5=B5=8C=E5=85=A5?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E7=9A=84=E6=94=BE=E5=A4=A7=E3=80=81=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=95=B0=E6=8D=AE=E5=8A=9F=E8=83=BD=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=EF=BC=8C=E7=94=B1=E4=BA=8E=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=EF=BC=8C=E6=97=A0=E6=B3=95=E6=8B=BF=E5=88=B0=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E5=AF=BC=E5=87=BA=E6=95=B0=E6=8D=AE=20#10529?= 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, 2 insertions(+), 9 deletions(-) diff --git a/core/core-frontend/src/pages/panel/ViewWrapper.vue b/core/core-frontend/src/pages/panel/ViewWrapper.vue index e905f83b82..cb754f286f 100644 --- a/core/core-frontend/src/pages/panel/ViewWrapper.vue +++ b/core/core-frontend/src/pages/panel/ViewWrapper.vue @@ -113,15 +113,8 @@ onBeforeMount(async () => { } ) }) -const userViewEnlargeOpen = (a, b) => { - console.log(a, b, 'item') - - userViewEnlargeRef.value.dialogInit( - state.canvasStylePreview, - viewInfo.value, - config.value, - 'details' - ) +const userViewEnlargeOpen = opt => { + userViewEnlargeRef.value.dialogInit(state.canvasStylePreview, viewInfo.value, config.value, opt) } const onPointClick = param => {