From c8cafd5eab595086bfea55a2593e3a0dcdf3ded9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 3 Mar 2023 23:17:48 +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 --- .../xm/core/xmIteration/XmIterationMng.vue | 160 ++++++++---------- src/views/xm/core/xmMenu/XmMenuMng.vue | 7 +- src/views/xm/core/xmProduct/XmProductMng.vue | 9 +- 3 files changed, 81 insertions(+), 95 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationMng.vue b/src/views/xm/core/xmIteration/XmIterationMng.vue index 7caa93ab..19787a70 100644 --- a/src/views/xm/core/xmIteration/XmIterationMng.vue +++ b/src/views/xm/core/xmIteration/XmIterationMng.vue @@ -1,5 +1,5 @@ @@ -166,6 +165,12 @@ key="planEndTime" > + + + 查询 + + + diff --git a/src/views/xm/core/xmProduct/XmProductMng.vue b/src/views/xm/core/xmProduct/XmProductMng.vue index 2adbdcb6..51ff07b0 100644 --- a/src/views/xm/core/xmProduct/XmProductMng.vue +++ b/src/views/xm/core/xmProduct/XmProductMng.vue @@ -690,8 +690,7 @@ }, /**begin 自定义函数请在下面加**/ clearFiltersPmUser:function(){ - this.filters.pmUser=null; - this.searchXmProducts(); + this.filters.pmUser=null; }, selectFiltersPmUser(){ this.selectFiltersPmUserVisible=true; @@ -702,12 +701,10 @@ }else{ this.filters.pmUser=null; } - this.selectFiltersPmUserVisible=false; - this.searchXmProducts(); + this.selectFiltersPmUserVisible=false; }, setFiltersPmUserAsMySelf(){ - this.filters.pmUser=this.userInfo; - this.searchXmProducts(); + this.filters.pmUser=this.userInfo; }, onProjectSelected(projects){