From abbdd5a0d7df8f12dc9e46a5704cf135e038af46 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 14 Aug 2023 17:02:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9=E4=BA=8E=E6=9F=90=E4=B8=80=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=8B=E5=B7=B2=E7=BB=8F=E9=85=8D=E7=BD=AE=E7=9A=84=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0=E8=81=94?= =?UTF-8?q?=E5=8A=A8=E5=AD=97=E6=AE=B5=E9=80=89=E6=8B=A9=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E9=87=8D=E5=A4=8D=E5=87=BA=E7=8E=B0=20#5697?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/outerParamsSet/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/panel/outerParamsSet/index.vue b/frontend/src/views/panel/outerParamsSet/index.vue index 8927693ba0..f17820d1cf 100644 --- a/frontend/src/views/panel/outerParamsSet/index.vue +++ b/frontend/src/views/panel/outerParamsSet/index.vue @@ -97,7 +97,7 @@ @change="viewInfoOnChange(targetViewInfo)" > { + viewIds.push(targetViewInfo.targetViewId) + }) + console.log('viewIds='+JSON.stringify(viewIds)) + return viewIds + }, ...mapState([ 'componentData', 'canvasStyleData'