From dd1758493aa8e4a25dee3f032fbf5e930c7c24ab Mon Sep 17 00:00:00 2001 From: chenxiaowu Date: Mon, 19 Jul 2021 14:56:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E5=85=B3=E8=81=94=E9=A1=B5=E9=9D=A2=E8=B0=83=E8=AF=95form-data?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E7=9A=84=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=20#4812?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../track/plan/view/comonents/api/TestPlanApiCaseList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue index 20bedadd9ef9..ff718599445e 100644 --- a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiCaseList.vue @@ -460,7 +460,6 @@ export default { let apiCase = response.data; let request = JSON.parse(apiCase.request); request.name = row.id; - request.id = row.id; request.useEnvironment = row.environmentId; this.runData.push(request); /*触发执行操作*/