From 654fba2953d2ea3eb9907297a571a1da57bbd345 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 30 Jul 2024 17:12:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=8D=E5=88=B6=E7=BB=84=E5=90=88=E5=86=85?= =?UTF-8?q?=E7=9A=84=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BC=9A=E6=9C=89=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF=E6=89=93?= =?UTF-8?q?=E5=8D=B0=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/RealTimeGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue b/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue index b1ef84ef03..aaffd13bca 100644 --- a/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue +++ b/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue @@ -128,7 +128,7 @@ const menuAsideClose = (param, index) => { if (iconDom) { iconDom.click() } - if (param.opt === 'rename') { + if (param?.opt === 'rename') { setTimeout(() => { editComponentName(getComponent(index)) }, 200)