From 119699bfa26dcdcd74a5a5bf30e625829856358f Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 19 Dec 2024 17:02:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E4=BF=AE=E5=A4=8Ddiv?= =?UTF-8?q?=E5=B5=8C=E5=85=A5=E5=8F=91=E9=80=81=E5=90=8E=E7=BD=AE=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8F=AF=E8=83=BD=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/canvas/DePreview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue index e1f9e19b94..4c58be28c3 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue @@ -321,7 +321,7 @@ const winMsgHandle = event => { console.info('Received Message: ' + JSON.stringify(msgInfo)) if (msgInfo?.targetSourceId === dvInfo.value.id + '' && isMainCanvas(canvasId.value)) if (msgInfo.type === 'attachParams') { - winMsgOuterParamsHandle(event) + winMsgOuterParamsHandle(msgInfo) } else if (msgInfo.type === 'webParams') { // 网络消息处理 winMsgWebParamsHandle(msgInfo)