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

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

View File

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