From 4fbda3f01ad07fe97fb9b4b0446fba6a445fff03 Mon Sep 17 00:00:00 2001 From: wenyann Date: Sat, 8 May 2021 15:07:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=E6=89=A7=E8=A1=8C=E8=BF=87=E7=9A=84=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=20=EF=BC=88=E9=99=A4=E4=BA=86=E6=9C=AA=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E6=94=B9=E4=B8=BA=E5=85=B6=E4=BB=96=E7=8A=B6=E6=80=81?= =?UTF-8?q?=EF=BC=89=20=E9=83=BD=E8=B7=91=E5=88=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plan/view/comonents/functional/FunctionalTestCaseEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue index 8b35f2d159..84d1b1feaf 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue @@ -273,6 +273,7 @@ export default { param.results = []; param.remark = this.testCase.remark; param.projectId = this.projectId; + param.nodeId = this.testCase.nodeId; let option = this.getOption(param); for (let i = 0; i < this.testCase.steptResults.length; i++) { let result = {};