fix: 测试计划里面执行过的用例 (除了未开始改为其他状态) 都跑到默认模块
This commit is contained in:
parent
9d2e1a4d9c
commit
4fbda3f01a
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in New Issue