From cc120de768aae20ca6123c3ea44f9eb8a4c0462b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 14 Jul 2021 15:26:09 +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 --- .../core/xmIteration/XmIterationComplex.vue | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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: {