fix(测试跟踪): 跳转后点击功能用例列表数据展示问题

--bug=1017108 --user=宋昌昌 【测试跟踪】首页-用例数量统计-点击未通过跳转到功能用例列表-点击功能用例tab页不显示全部用例 https://www.tapd.cn/55049933/s/1248791
This commit is contained in:
song-cc-rock 2022-09-21 15:52:22 +08:00 committed by f2c-ci-robot[bot]
parent 7e6b310729
commit 50ddc22355
1 changed files with 3 additions and 0 deletions

View File

@ -669,6 +669,9 @@ export default {
this.condition.selectThisWeedRelevanceData = false; this.condition.selectThisWeedRelevanceData = false;
this.condition.caseCoverage = null; this.condition.caseCoverage = null;
this.condition.filters.reviewStatus = ["Prepare", "Pass", "UnPass"]; this.condition.filters.reviewStatus = ["Prepare", "Pass", "UnPass"];
if (!this.selectDataRange) {
delete this.condition.filters.review_status
}
switch (this.selectDataRange) { switch (this.selectDataRange) {
case 'thisWeekCount': case 'thisWeekCount':
this.condition.selectThisWeedData = true; this.condition.selectThisWeedData = true;