fix(接口定义): 修复执行循环控制器下面的步骤没有结果状态的缺陷
--bug=1021456 --user=王孝刚 【接口测试】单独执行场景里的循环控制器,循环控制器error颜色错误,步骤没有执行结果 https://www.tapd.cn/55049933/s/1327807
This commit is contained in:
parent
59768cf239
commit
1e74eb4ea2
|
@ -466,6 +466,7 @@ export default {
|
||||||
item.activeName = '0';
|
item.activeName = '0';
|
||||||
item.active = true;
|
item.active = true;
|
||||||
item.requestResult = this.requestResult.get(item.id);
|
item.requestResult = this.requestResult.get(item.id);
|
||||||
|
this.$set(item, 'debug', true);
|
||||||
}
|
}
|
||||||
if (item.hashTree && item.hashTree.length > 0) {
|
if (item.hashTree && item.hashTree.length > 0) {
|
||||||
this.setResult(item.hashTree);
|
this.setResult(item.hashTree);
|
||||||
|
|
Loading…
Reference in New Issue