From e048ca0e24cb8390b5fdc4356d8f7478beb2107d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 20 Sep 2024 15:46:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E3=80=81=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE=E5=A4=8Ddiv?= =?UTF-8?q?=E5=B5=8C=E5=85=A5=E5=BC=8F=E5=90=AB=E6=9C=89Tab=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=8F=91=E9=80=81?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=97=B6=E5=9B=BE=E8=A1=A8=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E4=BC=9A=E5=8F=98=E5=8C=96=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 | 3 ++- 1 file changed, 2 insertions(+), 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 3e17bb56f4..751a152cbe 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue @@ -297,7 +297,8 @@ const winMsgHandle = event => { if ( msgInfo && msgInfo.type === 'attachParams' && - msgInfo.targetSourceId === dvInfo.value.id + '' + msgInfo.targetSourceId === dvInfo.value.id + '' && + isMainCanvas(canvasId.value) ) { const attachParams = msgInfo.params if (attachParams) {