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 = {};