diff --git a/src/views/xm/core/components/XmIterationSelect.vue b/src/views/xm/core/components/XmIterationSelect.vue index e1ec1c6c..d70d6d22 100644 --- a/src/views/xm/core/components/XmIterationSelect.vue +++ b/src/views/xm/core/components/XmIterationSelect.vue @@ -292,7 +292,7 @@ this.sels = sels; }, rowClick: function(row, event, column){ - var oldId=this.editForm.id + var oldId=this.editForm&&this.editForm.id?this.editForm.id:null this.editForm=row this.iterationVisible=false; this.moreVisible=false; diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue index aa825d4e..3bc5beb2 100644 --- a/src/views/xm/core/xmProject/XmProjectInfo.vue +++ b/src/views/xm/core/xmProject/XmProjectInfo.vue @@ -398,7 +398,7 @@ import xmContract from "../xmContract/XmContractMng"; import xmEnvList from "../xmEnvList/XmEnvListMng"; import xmMenuMng from "../xmMenu/XmMenuBox"; import xmTestCaseExecMng from "../xmTestCaseExec/XmTestCaseExecMng"; -import XmIterationForLinkComplex from "../xmIteration/XmIterationMng.vue"; +import XmIterationForLinkComplex from "../xmIteration/XmIterationForLinkComplex.vue"; import XmProjectOverviewComplex from "./XmProjectOverviewComplex.vue"; import XmProductForLinkComplex from "../xmProduct/XmProductForLinkComplex.vue"; import XmWorkloadSetDayList from "../xmTaskWorkload/WorkloadSetDayList.vue";