From 896382af9943fc4c3b838c651b98c2c8c449a6fe Mon Sep 17 00:00:00 2001 From: wenyann Date: Wed, 9 Jun 2021 18:29:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=AE=8C=E6=88=90=E5=90=8E=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=A1=B5=E9=9D=A2=E5=86=8D=E6=AC=A1=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8E=A5=E5=8F=A3=20=E5=93=8D=E5=BA=94=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=BF=98=E6=98=AF=E6=98=BE=E7=A4=BA=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E7=9A=84=E7=BB=93=E6=9E=9C=20=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/definition/components/runtest/RunTestHTTPPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/definition/components/runtest/RunTestHTTPPage.vue b/frontend/src/business/components/api/definition/components/runtest/RunTestHTTPPage.vue index fdd511dfbb..37fa5114b3 100644 --- a/frontend/src/business/components/api/definition/components/runtest/RunTestHTTPPage.vue +++ b/frontend/src/business/components/api/definition/components/runtest/RunTestHTTPPage.vue @@ -243,7 +243,7 @@ this.api = JSON.parse(JSON.stringify(this.apiData)); this.api.protocol = this.currentProtocol; this.currentRequest = this.api.request; - this.getResult(); + //this.getResult(); } }