fix(工作台): 我的关注功能用例列表查询有误
--bug=1025881 --user=宋昌昌 【工作台】我的关注-功能用例-点击数量跳转-列表不显示当前项目已关注的用例 https://www.tapd.cn/55049933/s/1367406
This commit is contained in:
parent
55b475047c
commit
3743b86db8
|
@ -426,7 +426,7 @@ export default {
|
|||
}
|
||||
} else {
|
||||
if (this.condition.filters) {
|
||||
this.condition.filters.review_status = ["Prepare", "Pass", "UnPass"];
|
||||
this.condition.filters.review_status = ["Prepare", "Underway", "Pass", "UnPass"];
|
||||
} else {
|
||||
this.condition.filters = {
|
||||
review_status: ["Prepare", "Pass", "UnPass"],
|
||||
|
@ -446,9 +446,9 @@ export default {
|
|||
activated() {
|
||||
this.getTemplateField();
|
||||
if (this.condition.filters) {
|
||||
this.condition.filters.review_status = ["Prepare", "Pass", "UnPass"];
|
||||
this.condition.filters.review_status = ["Prepare", "Underway", "Pass", "UnPass"];
|
||||
} else {
|
||||
this.condition.filters = { review_status: ["Prepare", "Pass", "UnPass"] };
|
||||
this.condition.filters = { review_status: ["Prepare", "Underway", "Pass", "UnPass"] };
|
||||
}
|
||||
let ids = this.$route.params.ids;
|
||||
if (ids) {
|
||||
|
@ -686,7 +686,7 @@ export default {
|
|||
this.condition.selectThisWeedData = false;
|
||||
this.condition.selectThisWeedRelevanceData = false;
|
||||
this.condition.caseCoverage = null;
|
||||
this.condition.filters.review_status = ["Prepare", "Pass", "UnPass"];
|
||||
this.condition.filters.review_status = ["Prepare", "Underway", "Pass", "UnPass"];
|
||||
switch (this.selectDataRange) {
|
||||
case "thisWeekCount":
|
||||
this.condition.selectThisWeedData = true;
|
||||
|
|
Loading…
Reference in New Issue