refactor(接口测试): 修复接口测试报告未执行筛选有误的问题

--bug=1011425 --user=宋天阳 【接口测试】接口报告,误报tab页显示了失败的步骤
https://www.tapd.cn/55049933/s/1122801
This commit is contained in:
song-tianyang 2022-03-21 20:32:24 +08:00 committed by xiaomeinvG
parent 93ee0e5ac7
commit 6b14d4654e
1 changed files with 1 additions and 1 deletions

View File

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