From 91967313e4e4fa31c21e15ce5db3c2865fbd2f54 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Tue, 29 Mar 2022 11:31:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【接口测试】场景独立执行-生成报告-成功的步骤显示到失败的tab页 https://www.tapd.cn/55049933/s/1127048 --- .../api/automation/report/components/ScenarioResults.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/business/components/api/automation/report/components/ScenarioResults.vue b/frontend/src/business/components/api/automation/report/components/ScenarioResults.vue index 7935bf6ecd..d7ee78bf40 100644 --- a/frontend/src/business/components/api/automation/report/components/ScenarioResults.vue +++ b/frontend/src/business/components/api/automation/report/components/ScenarioResults.vue @@ -50,9 +50,6 @@ export default { }, methods: { filterNode(value, data) { - if (!data.value && data.children && data.children.length > 0) { - return true; - } if (!data.value && !data.children && data.children.length === 0) { return false; }