fix: 测试计划里面执行过的用例 (除了未开始改为其他状态) 都跑到默认模块

This commit is contained in:
wenyann 2021-05-08 15:07:48 +08:00 committed by 刘瑞斌
parent 9d2e1a4d9c
commit 4fbda3f01a
1 changed files with 1 additions and 0 deletions

View File

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