diff --git a/src/views/xm/core/xmIteration/XmIterationInfo.vue b/src/views/xm/core/xmIteration/XmIterationInfo.vue index e1a4c4d1..41d1bbdf 100644 --- a/src/views/xm/core/xmIteration/XmIterationInfo.vue +++ b/src/views/xm/core/xmIteration/XmIterationInfo.vue @@ -192,7 +192,7 @@ import xmProjectStateMng from '../xmProjectState/XmProjectStateMng'; import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng'; import XmIterationForProjectComplex from '../xmIteration/XmIterationForProjectComplex.vue'; - import XmProjectOverviewComplex from '../xmProject/XmProjectOverviewComplex.vue'; + import XmIterationOverviewComplex from '../xmIteration/XmIterationOverviewComplex.vue'; import XmProductForProjectComplex from '../xmProduct/XmProductForProjectComplex.vue'; import XmProjectForLink from '../xmProject/XmProjectForLink.vue'; @@ -415,7 +415,7 @@ xmTestCaseExecMng, xmProjectGroupSelect, XmIterationForProjectComplex, - XmProjectOverviewComplex, + XmIterationOverviewComplex, XmProductForProjectComplex, XmProjectForLink, //在下面添加其它组件 diff --git a/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue b/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue index d7245241..eac33e70 100644 --- a/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue +++ b/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue @@ -2,7 +2,7 @@
- + @@ -11,20 +11,20 @@ 产品概览 - - + + - + - + - + - + @@ -61,7 +61,7 @@ import XmProductProjectForLink from './XmProductProjectForLink.vue'; 'userInfo','roles' ]), }, - props:['visible','selProject'], + props:['visible','selProject','xmIteration'], watch:{ visible:function(visible){ if(visible==true){