From eb589b741e80c68100645648dddbe877e5f0299c Mon Sep 17 00:00:00 2001 From: Coooder-X <55648333+Coooder-X@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:02:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89)?= =?UTF-8?q?=20=E5=B0=86=E6=8E=A5=E5=8F=A3=E5=8F=A6=E5=AD=98=E4=B8=BA?= =?UTF-8?q?=E6=96=B0=E7=94=A8=E4=BE=8B=E5=90=8E=EF=BC=8C=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=90=8D=E4=BC=9A=E8=A2=AB=E5=89=8D=E7=AB=AF=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=BA=E5=8D=8F=E8=AE=AE=20(#1341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/definition/components/case/ApiCaseItem.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue b/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue index b6f86c8132..2566b9da09 100644 --- a/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue +++ b/frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue @@ -288,7 +288,6 @@ url = "/api/testcase/update"; } else { tmp.request.path = this.api.path; - tmp.request.method = this.api.method; } if (tmp.tags instanceof Array) { tmp.tags = JSON.stringify(tmp.tags);