From d5fd53e02ade7f8ca34b466db3e9f2d92cd33737 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 15:00:55 +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 --- .../xmIteration/XmIterationForLinkComplex.vue | 53 +------------------ .../xm/core/xmIteration/XmIterationSelect.vue | 1 + src/views/xm/core/xmMenu/XmMenuMng.vue | 2 +- 3 files changed, 3 insertions(+), 53 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue index be7cb646..89d2b475 100644 --- a/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue @@ -102,58 +102,7 @@ data() { return{ xmIteration:null, - showPanel:'iterationOverview',//menus,tasks,bugs,iterationStateShow - topModules: - [ - { - moduleName:"项目", - topModuleId:'xm', - link:"/xm/core/xmProject/XmProjectMng", - icon: require("@/assets/image/platform/module-project.png"), - isHighlight:false, - moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 - }, - { - moduleName:"产品", - topModuleId:'xm', - link:"/xm/core/xmProduct/XmProductMng", - icon: require("@/assets/image/platform/module-marketing.png"), - isHighlight:false, - moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 - }, - { - moduleName:"需求", - topModuleId:'xm', - link:"/xm/core/xmMenu/XmMenuMng", - icon: require("@/assets/image/platform/module-intelligentForms.png"), - isHighlight:false, - moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 - }, - { - moduleName:"迭代", - topModuleId:'xm', - link:"/xm/core/xmIteration/XmIterationMng", - icon: require("@/assets/image/platform/module-iteration.png"), - isHighlight:false, - moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 - }, - { - moduleName:"任务", - topModuleId:'xm', - link:"/xm/core/xmTask/XmMyTaskCenter", - icon: require("@/assets/image/platform/module-task.png"), - isHighlight:false, - moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 - }, - { - moduleName:"缺陷", - topModuleId:'xm', - link:"/xm/core/xmQuestion/XmQuestionMng", - icon: require("@/assets/image/platform/anti-fake.png"), - isHighlight:false, - moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块 - } - ], + showPanel:'iterationOverview',//menus,tasks,bugs,iterationStateShow iterationAddVisible:false, /**end 自定义属性请在上面加 请加备注**/ } diff --git a/src/views/xm/core/xmIteration/XmIterationSelect.vue b/src/views/xm/core/xmIteration/XmIterationSelect.vue index 3684d086..55be851b 100644 --- a/src/views/xm/core/xmIteration/XmIterationSelect.vue +++ b/src/views/xm/core/xmIteration/XmIterationSelect.vue @@ -190,6 +190,7 @@ }, //获取列表 XmIteration 迭代定义 getXmIterations() { + debugger; let params = { pageSize: this.pageInfo.pageSize, pageNum: this.pageInfo.pageNum, diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index fd92331b..083fc85e 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -18,7 +18,7 @@ width="400" trigger="manual" v-model="iterationVisible"> - + {{filters.iteration?filters.iteration.iterationName:'选择迭代'}}