From 7027848250ace0c7c968bd9559dfd4cc58c29fa3 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 23:27:04 +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 --- .../xm/core/xmIteration/XmIterationMng.vue | 2 +- .../XmProductProjectLinkMng.vue | 18 +++++++++++++----- .../core/xmProject/XmProjectForLinkComplex.vue | 2 +- src/views/xm/core/xmProject/XmProjectInfo.vue | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationMng.vue b/src/views/xm/core/xmIteration/XmIterationMng.vue index da0a218b..e3cd2367 100644 --- a/src/views/xm/core/xmIteration/XmIterationMng.vue +++ b/src/views/xm/core/xmIteration/XmIterationMng.vue @@ -259,7 +259,7 @@ import XmIterationSelect from '@/views/xm/core/components/XmIterationSelect.vue' params.productId=this.xmProduct.id } if(this.selProject){ - params.projectId=this.selProject.id + params.linkProjectId=this.selProject.id } if(this.menuId){ params.menuId=this.menuId diff --git a/src/views/xm/core/xmProductProjectLink/XmProductProjectLinkMng.vue b/src/views/xm/core/xmProductProjectLink/XmProductProjectLinkMng.vue index 8a2a4281..ff598692 100644 --- a/src/views/xm/core/xmProductProjectLink/XmProductProjectLinkMng.vue +++ b/src/views/xm/core/xmProductProjectLink/XmProductProjectLinkMng.vue @@ -1,5 +1,5 @@