fix: 首页根据评审结果跳转问题

This commit is contained in:
shiziyuan9527 2021-10-25 17:40:26 +08:00 committed by 刘瑞斌
parent a981c506ff
commit aff4b551f2
1 changed files with 3 additions and 3 deletions

View File

@ -591,13 +591,13 @@ export default {
this.condition.caseCoverage = 'coverage';
break;
case 'Prepare':
this.condition.filters.reviewStatus = [this.selectDataRange];
this.condition.filters.review_status = [this.selectDataRange];
break;
case 'Pass':
this.condition.filters.reviewStatus = [this.selectDataRange];
this.condition.filters.review_status = [this.selectDataRange];
break;
case 'UnPass':
this.condition.filters.reviewStatus = [this.selectDataRange];
this.condition.filters.review_status = [this.selectDataRange];
break;
}
this.condition.filters.priority = this.condition.filters['用例等级'];