diff --git a/api-test/frontend/src/business/automation/ApiAutomation.vue b/api-test/frontend/src/business/automation/ApiAutomation.vue index 9fed7efaa1..69318e473d 100644 --- a/api-test/frontend/src/business/automation/ApiAutomation.vue +++ b/api-test/frontend/src/business/automation/ApiAutomation.vue @@ -312,7 +312,7 @@ export default { addTab(tab) { this.trashEnable = tab.name === 'trash'; if (tab.name === 'default') { - this.$refs.apiScenarioList.condition = {}; + this.$refs.apiScenarioList.condition.combine = {}; this.trashEnable = false; this.$refs.nodeTree.list(this.projectId); } else if (tab.name === 'trash') {