diff --git a/src/views/xm/rpt/product/questionAgeDist.vue b/src/views/xm/rpt/product/questionAgeDist.vue index ac6b2c96..753b9cce 100644 --- a/src/views/xm/rpt/product/questionAgeDist.vue +++ b/src/views/xm/rpt/product/questionAgeDist.vue @@ -45,6 +45,11 @@ + + + + + 查询 @@ -168,6 +173,9 @@ }, searchXmQuestionAgeDist(){ var params={} + if(this.filters.solution){ + params.solution=this.filters.solution + } if(this.filters.bugType){ params.bugType=this.filters.bugType } @@ -180,6 +188,9 @@ if(this.filters.bugSeverity){ params.bugSeverity=this.filters.bugSeverity } + if(this.filters.repRate){ + params.repRate=this.filters.repRate + } if(this.filters.priority){ params.priority=this.filters.priority } diff --git a/src/views/xm/rpt/product/questionAttDist.vue b/src/views/xm/rpt/product/questionAttDist.vue index af03b98f..75b93e3a 100644 --- a/src/views/xm/rpt/product/questionAttDist.vue +++ b/src/views/xm/rpt/product/questionAttDist.vue @@ -1,10 +1,10 @@