fix(测试跟踪): 功能用例评审状态筛选失效
--bug=1017672 --user=陈建星 【代码提交到2.2.1】【测试跟踪】github#18368,功能用例,列表按评审结果筛选不生效 https://www.tapd.cn/55049933/s/1282682
This commit is contained in:
parent
968e9094f7
commit
c0fef2476c
|
@ -670,10 +670,6 @@ export default {
|
|||
this.condition.selectThisWeedData = false;
|
||||
this.condition.selectThisWeedRelevanceData = false;
|
||||
this.condition.caseCoverage = null;
|
||||
this.condition.filters.reviewStatus = ["Prepare", "Pass", "UnPass"];
|
||||
if (!this.selectDataRange) {
|
||||
delete this.condition.filters.review_status
|
||||
}
|
||||
switch (this.selectDataRange) {
|
||||
case 'thisWeekCount':
|
||||
this.condition.selectThisWeedData = true;
|
||||
|
|
Loading…
Reference in New Issue