fix(测试计划): 修复执行功能用例会将所属项目更新为当前项目的问题
This commit is contained in:
parent
ed2834eac5
commit
274caeb2e8
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue