From 2e3c51eee7d295f973b014e404f7b7f811512a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 13 Jul 2022 18:54:07 +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/components/XmIterationSelect.vue | 2 +- src/views/xm/core/xmProject/XmProjectInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";