fix(测试跟踪): 首页未评审链接跳转列表未统计评审中的用例

This commit is contained in:
song-cc-rock 2023-03-31 16:46:44 +08:00 committed by jianxing
parent f4dadd50bf
commit c467e3a64d
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ export default {
this.condition.caseCoverage = 'coverage';
break;
case 'notReviewed':
this.condition.filters.review_status = ['Prepare'];
this.condition.filters.review_status = ['Prepare', 'Underway'];
break
case 'reviewed':
this.condition.filters.review_status = ['UnPass', 'Pass'];