From 8602400163b68684fd2f9901901e86f46e5196b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 4 Apr 2022 23:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/rpt/product/questionAgeDist.vue | 11 ++ src/views/xm/rpt/product/questionAttDist.vue | 150 +++++++++++-------- 2 files changed, 100 insertions(+), 61 deletions(-) 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 @@