fix(测试计划): 修复执行功能用例会将所属项目更新为当前项目的问题

This commit is contained in:
shiziyuan9527 2021-07-14 15:44:43 +08:00 committed by 刘瑞斌
parent ed2834eac5
commit 274caeb2e8
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ export default {
param.status = this.testCase.status;
param.results = [];
param.remark = this.testCase.remark;
param.projectId = this.projectId;
param.projectId = this.testCase.projectId;
param.nodeId = this.testCase.nodeId;
let option = this.getOption(param);
for (let i = 0; i < this.testCase.steptResults.length; i++) {