mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
fix(测试跟踪): 首页测试计划遗留缺陷跳转问题
This commit is contained in:
parent
2265199e37
commit
2447330f72
@ -304,7 +304,6 @@ export default {
|
||||
} else {
|
||||
this.dataSelectRange = "";
|
||||
}
|
||||
console.log(this.dataSelectRange);
|
||||
this.loading = true;
|
||||
this.$nextTick(() => {
|
||||
// 解决错位问题
|
||||
@ -473,7 +472,9 @@ export default {
|
||||
} else if (this.dataSelectRange === 'AllRelatedTestPlan') {
|
||||
this.page.condition.allTestPlanIssue = true;
|
||||
} else {
|
||||
this.page.condition = {};
|
||||
delete this.page.condition['thisWeekUnClosedTestPlanIssue'];
|
||||
delete this.page.condition['unClosedTestPlanIssue'];
|
||||
delete this.page.condition['allTestPlanIssue'];
|
||||
}
|
||||
this.page.condition.projectId = this.projectId;
|
||||
this.page.condition.workspaceId = this.workspaceId;
|
||||
|
Loading…
Reference in New Issue
Block a user