From cbca38e76c168ddaa627c815e41fc2c386d73ffc 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 03:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/rpt/product/menuDayTrend.vue | 3 ++- src/views/xm/rpt/product/productWorkItemDayList.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/xm/rpt/product/menuDayTrend.vue b/src/views/xm/rpt/product/menuDayTrend.vue index e2102e6e..a81dab32 100644 --- a/src/views/xm/rpt/product/menuDayTrend.vue +++ b/src/views/xm/rpt/product/menuDayTrend.vue @@ -128,7 +128,8 @@ this.visible=true; this.filters.product=params.xmProduct this.filters.project=params.xmProject - this.filters.Product=params.xmProduct + this.filters.Product=params.xmProduct + if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect(); this.$nextTick(()=>{ this.listXmProductStateHis(); }) diff --git a/src/views/xm/rpt/product/productWorkItemDayList.vue b/src/views/xm/rpt/product/productWorkItemDayList.vue index 6f97d4e8..46c45c9c 100644 --- a/src/views/xm/rpt/product/productWorkItemDayList.vue +++ b/src/views/xm/rpt/product/productWorkItemDayList.vue @@ -104,6 +104,7 @@ this.filters.project=params.xmProject this.filters.iteration=params.xmIteration this.xmProductStateHiss=[] + if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect(); this.$nextTick(()=>{ this.listXmProductStateHis(); })