From e6dd632523136378b2f78fb6a22045ef5ecaa77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 20 Mar 2022 12:48:17 +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/mdp/workflow/ru/task/TaskMng.vue | 1 + ...plex.vue => XmIterationForLinkComplex.vue} | 34 ++++++++++++++----- .../xm/core/xmIteration/XmIterationInfo.vue | 2 +- src/views/xm/core/xmMenu/XmMenuMng.vue | 20 +++++------ src/views/xm/core/xmProduct/XmProductInfo.vue | 6 ++-- .../xmProduct/XmProductOverviewComplex.vue | 4 +-- src/views/xm/core/xmProject/XmProjectEdit.vue | 4 +-- src/views/xm/core/xmProject/XmProjectInfo.vue | 6 ++-- .../xmProject/XmProjectOverviewComplex.vue | 17 ++++++++-- 9 files changed, 61 insertions(+), 33 deletions(-) rename src/views/xm/core/xmIteration/{XmIterationForProjectComplex.vue => XmIterationForLinkComplex.vue} (78%) diff --git a/src/views/mdp/workflow/ru/task/TaskMng.vue b/src/views/mdp/workflow/ru/task/TaskMng.vue index fd4d8e72..01b6842b 100644 --- a/src/views/mdp/workflow/ru/task/TaskMng.vue +++ b/src/views/mdp/workflow/ru/task/TaskMng.vue @@ -1039,6 +1039,7 @@ afterEditSubmit() { this.editFormVisible = false; this.getTasks(); + this.$emit("submit") }, // 选择行task selsChange: function(sels) { diff --git a/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue similarity index 78% rename from src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue rename to src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue index ef939ce3..be7cb646 100644 --- a/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue @@ -31,21 +31,28 @@ - - - - - + + + + + + + + + + + + - + - + - + - + @@ -73,8 +80,12 @@ import XmQuestionMng from '../xmQuestion/XmQuestionMng.vue'; import XmIterationOverview from "./XmIterationOverview"; + import XmIterationEdit from './XmIterationEdit.vue'; + import XmIterationLinkForProduct from '../xmIterationLink/XmIterationLinkForProduct.vue'; + import XmIterationLinkForProject from '../xmIterationLink/XmIterationLinkForProject.vue'; import XmIterationAdd from './XmIterationAdd';//新增界面 + import XmIterationMenuMng from '../xmIterationMenu/XmIterationMenuMng.vue'; export default { computed: { ...mapGetters([ @@ -178,6 +189,11 @@ XmQuestionMng, XmProjectForLink, XmIterationAdd, + XmIterationEdit, + XmIterationLinkForProduct, + XmIterationLinkForProject, + XmIterationMenuMng, + }, mounted() { this.$nextTick(() => { diff --git a/src/views/xm/core/xmIteration/XmIterationInfo.vue b/src/views/xm/core/xmIteration/XmIterationInfo.vue index e1f7c094..358ceee2 100644 --- a/src/views/xm/core/xmIteration/XmIterationInfo.vue +++ b/src/views/xm/core/xmIteration/XmIterationInfo.vue @@ -74,7 +74,7 @@ import xmMenuWithPlan from '../xmMenu/XmMenuWithPlan'; import xmProjectStateMng from '../xmProjectState/XmProjectStateMng'; import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng'; - import XmIterationForProjectComplex from '../xmIteration/XmIterationForProjectComplex.vue'; + import XmIterationForProjectComplex from './XmIterationForLinkComplex.vue'; import XmIterationOverviewComplex from '../xmIteration/XmIterationOverviewComplex.vue'; import XmProductForProjectComplex from '../xmProduct/XmProductForProjectComplex.vue'; import XmProjectComplex from '../xmProject/XmProjectComplex.vue'; diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index 03244610..d42c5ccb 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -22,16 +22,16 @@ {{filters.iteration?filters.iteration.iterationName:'选择迭代'}} - - - - + + + + - - + + @@ -156,11 +156,11 @@ @@ -51,8 +51,7 @@