{{item.name}}
{{o.bizName }}
@@ -84,14 +86,14 @@ export default {
props:['visible'],
computed: {
...mapGetters(['userInfo']),
- cps(){
- return this.xmMyFocuss.filter(k=>k.focusType=='3')
+ pps(){
+ return this.xmMyFocuss.filter(k=>k.focusType=='1'||k.focusType=='3')
},
- xms(){
- return this.xmMyFocuss.filter(k=>k.focusType=='1')
+ ims(){
+ return this.xmMyFocuss.filter(k=>k.focusType=='4'||k.focusType=='6')
},
- oths(){
- return this.xmMyFocuss.filter(k=>k.focusType!='1' && k.focusType!='3')
+ tbs(){
+ return this.xmMyFocuss.filter(k=>k.focusType=='2' || k.focusType=='5')
}
},
@@ -222,7 +224,11 @@ export default {
this.$router.push({path:'/xm/core/xmMenu/XmMenuDetailRoute',query:{id:bizObj.bizId}})
}else if(bizObj.focusType=='5'){
this.$router.push({path:'/xm/core/xmQuestion/XmQuestionDetailRoute',query:{id:bizObj.bizId}})
+ }else if(bizObj.focusType=='6'){
+ this.$router.push({path:'/xm/core/xmIteration/XmIterationInfoRoute',query:{id:bizObj.bizId}})
}
+
+
},
//显示新增界面 XmMyFocus 我关注的项目或者任务
showAdd: function () {
@@ -371,7 +377,7 @@ export default {
}
.list-item{
- margin-bottom: 20px;
+ margin-bottom: 15px;
}
.list-item:hover{