From 9b496fffcd7a30a06c0a61d577359bdce9d53223 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Tue, 16 Apr 2024 11:56:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=BB=98=E8=AE=A4=E8=8A=82=E7=82=B9=E4=B8=8D?= =?UTF-8?q?=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/api-test/report/component/tiledList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/api-test/report/component/tiledList.vue b/frontend/src/views/api-test/report/component/tiledList.vue index 25202e1a39..84ce8821f6 100644 --- a/frontend/src/views/api-test/report/component/tiledList.vue +++ b/frontend/src/views/api-test/report/component/tiledList.vue @@ -131,7 +131,6 @@ } } }); - result.forEach((item: any) => expandedKeys.value.push(item.stepId)); // 搜索时,匹配的节点需要自动展开 return result; }; @@ -162,4 +161,4 @@ min-height: calc(100vh - 424px); border-radius: 4px; } - \ No newline at end of file +