From 8e5acb00137e9ad632e18ab61cabd898bb5ae14a Mon Sep 17 00:00:00 2001 From: baiqi Date: Wed, 30 Oct 2024 16:52:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E8=84=91=E5=9B=BE=E6=8F=92=E5=85=A5=E6=96=B0=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=90=8E=E6=97=A0=E6=B3=95=E7=82=B9=E5=87=BB=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E8=8A=82=E7=82=B9=E6=89=93=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E8=81=94=E6=8A=BD=E5=B1=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/business/ms-minders/testPlanMinder/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue index 586cf823d9..621154a3a6 100644 --- a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue +++ b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue @@ -480,10 +480,10 @@ // 功能用例测试点没有环境和资源池 execInert('AppendSiblingNode', envNodeData); execInert('AppendSiblingNode', resourcePoolNodeData); - setTimeout(() => { - inInsertingNode.value = false; - }, 0); } + setTimeout(() => { + inInsertingNode.value = false; + }, 300); // 等待节点插入完成,动画时间 300ms }); } }