refactor(接口测试): 修复接口测试报告未执行筛选有误的问题
--bug=1011425 --user=宋天阳 【接口测试】接口报告,误报tab页显示了失败的步骤 https://www.tapd.cn/55049933/s/1122801
This commit is contained in:
parent
93ee0e5ac7
commit
6b14d4654e
|
@ -62,7 +62,7 @@ export default {
|
|||
if (data.errorCode && data.errorCode !== "") {
|
||||
return true;
|
||||
}
|
||||
} if (value === 'unexecute') {
|
||||
}else if (value === 'unexecute') {
|
||||
if(data.value.status === 'unexecute'){
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue