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";