From 8e40d825b8b35d207c8ac34292a281615ca8b658 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 22 Jun 2021 12:43:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=E6=9C=AA=E8=BE=93=E5=85=A5=E5=90=8D=E7=A7=B0=E6=97=B6?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=B1=95=E5=BC=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/automation/scenario/common/ApiBaseComponent.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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") {