From 3c8a2f9c5adcb69382ded51f3a7a0cd720ab0c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 12 Jul 2022 18:33:14 +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 --- src/views/xm/core/xmIteration/XmIterationMng.vue | 10 +++------- src/views/xm/core/xmProduct/XmProductInfo.vue | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationMng.vue b/src/views/xm/core/xmIteration/XmIterationMng.vue index 7eb31372..da0a218b 100644 --- a/src/views/xm/core/xmIteration/XmIterationMng.vue +++ b/src/views/xm/core/xmIteration/XmIterationMng.vue @@ -92,7 +92,7 @@ - + @@ -320,12 +320,8 @@ import XmIterationSelect from '@/views/xm/core/components/XmIterationSelect.vue' }, afterAddSubmit(xmIteration){ this.addFormVisible=false; - this.pageInfo.count=true; - if(this.xmProduct){//如果是产品试图界面添加的迭代,直接添加产品与迭代的关联关系 - this.onXmIterationSelect(xmIteration); - }else{ - this.getXmIterations(); - } + this.pageInfo.count=true; + this.getXmIterations(); }, afterEditSubmit(){ this.editFormVisible=false; diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue index df346131..5af6cbc8 100644 --- a/src/views/xm/core/xmProduct/XmProductInfo.vue +++ b/src/views/xm/core/xmProduct/XmProductInfo.vue @@ -539,7 +539,7 @@ import xmEnvList from "../xmEnvList/XmEnvListMng"; import xmMenuWithPlan from "../xmMenu/XmMenuWithPlan"; import xmProjectStateMng from "../xmProjectState/XmProjectStateMng"; import xmTestCaseExecMng from "../xmTestCaseExec/XmTestCaseExecMng"; -import XmIterationForLinkComplex from "../xmIteration/XmIterationBox.vue"; +import XmIterationForLinkComplex from "../xmIteration/XmIterationMng.vue"; import XmProductOverviewComplex from "../xmProduct/XmProductOverviewComplex.vue"; import XmProductForLinkComplex from "./XmProductForLinkComplex.vue"; import XmProjectForLink from "../xmProject/XmProjectForLink.vue";