From 84ffd57279f5f043a52157b4e57280d9c30bf457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 17 Jun 2021 17:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xm/core/xmIteration/XmIterationMng.vue | 19 ++++++++++++------- .../xm/core/xmIteration/XmIterationSelect.vue | 11 +++++++---- .../xmIterationMenu/XmIterationMenuMng.vue | 2 ++ 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationMng.vue b/src/views/xm/core/xmIteration/XmIterationMng.vue index 09d035cd..8488607a 100644 --- a/src/views/xm/core/xmIteration/XmIterationMng.vue +++ b/src/views/xm/core/xmIteration/XmIterationMng.vue @@ -10,7 +10,7 @@ - @@ -39,12 +39,12 @@ - + - + 上线时间: - - + + 迭代名称: + 默认只能查询本人创建的迭代、本人作为故事责任人参与的迭代 @@ -287,8 +289,11 @@ if(this.filters.queryScope=="branchId"){ params.branchId=this.userInfo.branchId } - params.onlineTimeStart=this.dateRangerOnline[0]+" 00:00:00" - params.onlineTimeEnd=this.dateRangerOnline[1]+" 23:59:59" + if(this.filters.queryScope!="iterationId"){ + params.onlineTimeStart=this.dateRangerOnline[0]+" 00:00:00" + params.onlineTimeEnd=this.dateRangerOnline[1]+" 23:59:59" + } + } this.load.list = true; listXmIterationWithState(params).then((res) => { diff --git a/src/views/xm/core/xmIteration/XmIterationSelect.vue b/src/views/xm/core/xmIteration/XmIterationSelect.vue index ffa5fb18..0fa07db0 100644 --- a/src/views/xm/core/xmIteration/XmIterationSelect.vue +++ b/src/views/xm/core/xmIteration/XmIterationSelect.vue @@ -32,13 +32,13 @@ - - + + - + 上线时间: - + + 迭代名称: + 默认只能查询本人创建的迭代、本人作为故事责任人参与的迭代 diff --git a/src/views/xm/core/xmIterationMenu/XmIterationMenuMng.vue b/src/views/xm/core/xmIterationMenu/XmIterationMenuMng.vue index d3c413e2..74fed3fb 100644 --- a/src/views/xm/core/xmIterationMenu/XmIterationMenuMng.vue +++ b/src/views/xm/core/xmIterationMenu/XmIterationMenuMng.vue @@ -23,6 +23,8 @@ {{scope.row.seqNo}}  {{scope.row.menuName}} + +