From 300fe2b0faa9da3d1c4a26d381e64b503ebfef66 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 1 Sep 2021 18:21:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E7=BC=96=E8=BE=91=E5=8D=A1=E9=A1=BF=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../automation/scenario/component/ApiResponseComponent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/component/ApiResponseComponent.vue b/frontend/src/business/components/api/automation/scenario/component/ApiResponseComponent.vue index 49becee949..42493fd495 100644 --- a/frontend/src/business/components/api/automation/scenario/component/ApiResponseComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/ApiResponseComponent.vue @@ -39,7 +39,7 @@ export default { // this.isActive = true; } if(this.apiActive){ - this.isActive = true + this.isActive = false } }, watch: { @@ -49,7 +49,7 @@ export default { } else { this.getExecResult(); } - this.isActive = true; + this.isActive = false; }, apiItem() { this.getExecResult();