From bf5baaa0f1fa8421b4ee1bee8814a52349f44dc4 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 24 Apr 2023 18:28:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E6=8A=A5=E5=91=8A=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E5=B1=95=E5=BC=80=E6=AD=A5=E9=AA=A4=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=86=85=E5=AE=B9=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025752 --user=王孝刚 【测试跟踪】执行测试计划-失败重跑2次-执行完成后Error Tab一键展开查看场景失败 https://www.tapd.cn/55049933/s/1366208 --- .../report/components/InfiniteScrollScenarioResults.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/api-test/frontend/src/business/automation/report/components/InfiniteScrollScenarioResults.vue b/api-test/frontend/src/business/automation/report/components/InfiniteScrollScenarioResults.vue index 0b639b4f8e..531571bff2 100644 --- a/api-test/frontend/src/business/automation/report/components/InfiniteScrollScenarioResults.vue +++ b/api-test/frontend/src/business/automation/report/components/InfiniteScrollScenarioResults.vue @@ -113,7 +113,6 @@ export default { this.changeTreeNodeStatus(this.$refs.resultsTree.store.root, 0); }, openExpansion() { - this.isActive = true; this.expandAll = true; // 改变每个节点的状态 this.changeTreeNodeStatus(this.$refs.resultsTree.store.root, 0);