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 @@