fix: 首页根据评审结果跳转问题
This commit is contained in:
parent
a981c506ff
commit
aff4b551f2
|
@ -591,13 +591,13 @@ export default {
|
||||||
this.condition.caseCoverage = 'coverage';
|
this.condition.caseCoverage = 'coverage';
|
||||||
break;
|
break;
|
||||||
case 'Prepare':
|
case 'Prepare':
|
||||||
this.condition.filters.reviewStatus = [this.selectDataRange];
|
this.condition.filters.review_status = [this.selectDataRange];
|
||||||
break;
|
break;
|
||||||
case 'Pass':
|
case 'Pass':
|
||||||
this.condition.filters.reviewStatus = [this.selectDataRange];
|
this.condition.filters.review_status = [this.selectDataRange];
|
||||||
break;
|
break;
|
||||||
case 'UnPass':
|
case 'UnPass':
|
||||||
this.condition.filters.reviewStatus = [this.selectDataRange];
|
this.condition.filters.review_status = [this.selectDataRange];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
this.condition.filters.priority = this.condition.filters['用例等级'];
|
this.condition.filters.priority = this.condition.filters['用例等级'];
|
||||||
|
|
Loading…
Reference in New Issue