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);