diff --git a/src/views/xm/core/xmIteration/XmIterationComplex.vue b/src/views/xm/core/xmIteration/XmIterationComplex.vue
index 464e0ea4..248eecd7 100644
--- a/src/views/xm/core/xmIteration/XmIterationComplex.vue
+++ b/src/views/xm/core/xmIteration/XmIterationComplex.vue
@@ -5,22 +5,22 @@
-
-
+
+
产品、战略
产品、战略
-
+
-
+
-
+
-
+
@@ -123,12 +123,18 @@ import XmQuestionMng from '../xmQuestion/XmQuestionMng.vue';
methods: {
/**end 自定义函数请在上面加**/
- onIterationRowClick(iteration){
+ onIterationRowClick(iteration){
+
this.xmIteration=iteration
},
onIterationClearSelect(){
this.iteration=null;
+ },
+ tabClick(tab){
+ if(tab.label=='任务' || tab.label=='故事'){
+ this.iterationVisible=false;
+ }
}
},//end methods
components: {