fix(接口定义): 修复执行循环控制器下面的步骤没有结果状态的缺陷

--bug=1021456 --user=王孝刚 【接口测试】单独执行场景里的循环控制器,循环控制器error颜色错误,步骤没有执行结果
https://www.tapd.cn/55049933/s/1327807
This commit is contained in:
wxg0103 2023-01-16 17:28:13 +08:00 committed by wxg0103
parent 59768cf239
commit 1e74eb4ea2
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ export default {
item.activeName = '0';
item.active = true;
item.requestResult = this.requestResult.get(item.id);
this.$set(item, 'debug', true);
}
if (item.hashTree && item.hashTree.length > 0) {
this.setResult(item.hashTree);