diff --git a/frontend/src/business/components/api/automation/scenario/common/ApiBaseComponent.vue b/frontend/src/business/components/api/automation/scenario/common/ApiBaseComponent.vue index 6f3f5c0345..99f6bb52fb 100644 --- a/frontend/src/business/components/api/automation/scenario/common/ApiBaseComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/common/ApiBaseComponent.vue @@ -132,9 +132,7 @@ }, methods: { active() { - if(!this.isShowInput){ - this.$emit('active'); - } + this.$emit('active'); }, getMethod() { if (this.data.protocol === "HTTP") {