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:'选择迭代'}}