diff --git a/src/views/xm/rpt/product/questionAgeDist.vue b/src/views/xm/rpt/product/questionAgeDist.vue index a7f27f63..b2b0912f 100644 --- a/src/views/xm/rpt/product/questionAgeDist.vue +++ b/src/views/xm/rpt/product/questionAgeDist.vue @@ -179,9 +179,7 @@ this.filters.project=this.xmProject this.filters.iteration=this.xmIteration this.filters.testCasedb=this.xmTestCasedb - if((this.filters.product && this.filters.product.id) || ( this.filters.iteration && this.filters.iteration.id)){ - this.searchXmQuestionAgeDist() - } + this.searchXmQuestionAgeDist() }, drawCharts() { diff --git a/src/views/xm/rpt/product/questionAttDist.vue b/src/views/xm/rpt/product/questionAttDist.vue index 52c09fec..25204a00 100644 --- a/src/views/xm/rpt/product/questionAttDist.vue +++ b/src/views/xm/rpt/product/questionAttDist.vue @@ -248,10 +248,7 @@ this.filters.project=this.xmProject this.filters.iteration=this.xmIteration this.filters.testCasedb=this.xmTestCasedb - - if((this.filters.product && this.filters.product.id) || ( this.filters.iteration && this.filters.iteration.id)){ - this.searchXmQuestionAttDist() - } + this.searchXmQuestionAttDist() }, drawCharts() { this.myChart = this.$echarts.init(document.getElementById("xmQuestionAttDist")); diff --git a/src/views/xm/rpt/product/questionRetestDist.vue b/src/views/xm/rpt/product/questionRetestDist.vue index 2d599567..aca9997b 100644 --- a/src/views/xm/rpt/product/questionRetestDist.vue +++ b/src/views/xm/rpt/product/questionRetestDist.vue @@ -214,9 +214,7 @@ this.filters.iteration=this.xmIteration this.filters.testCasedb=this.xmTestCasedb - if((this.filters.product && this.filters.product.id) || ( this.filters.iteration && this.filters.iteration.id)){ - this.searchXmQuestionRetestDist() - } + this.searchXmQuestionRetestDist() }, drawCharts() { this.myChart = this.$echarts.init(document.getElementById("xmQuestionRetestDist")); diff --git a/src/views/xm/rpt/product/questionSort.vue b/src/views/xm/rpt/product/questionSort.vue index 2ca484fc..51346195 100644 --- a/src/views/xm/rpt/product/questionSort.vue +++ b/src/views/xm/rpt/product/questionSort.vue @@ -203,9 +203,7 @@ if(this.initGroupBy){ this.groupBy=this.initGroupBy } - if((this.filters.product && this.filters.product.id) || ( this.filters.iteration && this.filters.iteration.id)){ - this.searchXmQuestionSort() - } + this.searchXmQuestionSort() }, drawCharts() { this.myChart = this.$echarts.init(document.getElementById("xmQuestionSort")); diff --git a/src/views/xm/rpt/project/projectWorkItemDayList.vue b/src/views/xm/rpt/project/projectWorkItemDayList.vue index 2cc01a71..4b9155fa 100644 --- a/src/views/xm/rpt/project/projectWorkItemDayList.vue +++ b/src/views/xm/rpt/project/projectWorkItemDayList.vue @@ -2,7 +2,7 @@
- +
@@ -10,9 +10,10 @@ - - - + + + {{xmProject.id}}
{{ xmProject.name }}
+

@@ -102,9 +103,9 @@ }, open(params){ this.visible=true; - this.filters.product=params.xmProduct - this.filters.project=params.xmProject - this.filters.iteration=params.xmIteration + this.filters.product=this.xmProduct + this.filters.project=this.xmProject + this.filters.iteration=this.xmIteration this.xmProjectStateHiss=[] this.$nextTick(()=>{ diff --git a/src/views/xm/rpt/project/projectWorkloadSetDayList.vue b/src/views/xm/rpt/project/projectWorkloadSetDayList.vue index 67bddefc..12a295a3 100644 --- a/src/views/xm/rpt/project/projectWorkloadSetDayList.vue +++ b/src/views/xm/rpt/project/projectWorkloadSetDayList.vue @@ -2,7 +2,7 @@
- +
@@ -10,9 +10,10 @@ - - - + + + {{xmProject.id}}
{{ xmProject.name }}
+
@@ -122,9 +123,9 @@ }, open(params){ this.visible=true; - this.filters.product=params.xmProduct - this.filters.project=params.xmProject - this.filters.iteration=params.xmIteration + this.filters.product=this.xmProduct + this.filters.project=this.xmProject + this.filters.iteration=this.xmIteration this.xmProjectWorkloadSetDays=[] this.$nextTick(()=>{ if(this.$refs['xmProjectSelect'])this.$refs['xmProjectSelect'].clearSelect(); diff --git a/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue b/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue index 72cd09f2..77b6d08d 100644 --- a/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue +++ b/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue @@ -2,7 +2,7 @@
- +
@@ -10,9 +10,10 @@ - - - + + + {{xmProject.id}}
{{ xmProject.name }}
+
@@ -121,9 +122,9 @@ }, open(params){ this.visible=true; - this.filters.product=params.xmProduct - this.filters.project=params.xmProject - this.filters.iteration=params.xmIteration + this.filters.product=this.xmProduct + this.filters.project=this.xmProject + this.filters.iteration=this.xmIteration this.xmProjectWorkloadSetMonths=[] this.$nextTick(()=>{ diff --git a/src/views/xm/rpt/project/taskAgeDist.vue b/src/views/xm/rpt/project/taskAgeDist.vue index 697b6444..8c62f7d5 100644 --- a/src/views/xm/rpt/project/taskAgeDist.vue +++ b/src/views/xm/rpt/project/taskAgeDist.vue @@ -1,7 +1,7 @@