From a49781ce157de00e016fa7755f4d05924c23a306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 20 Mar 2022 15:20:26 +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/xmIterationLink/XmIterationLinkForProduct.vue | 4 ++-- .../xm/core/xmIterationLink/XmIterationLinkForProject.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/xm/core/xmIterationLink/XmIterationLinkForProduct.vue b/src/views/xm/core/xmIterationLink/XmIterationLinkForProduct.vue index d45d37f1..ae35a1e5 100644 --- a/src/views/xm/core/xmIterationLink/XmIterationLinkForProduct.vue +++ b/src/views/xm/core/xmIterationLink/XmIterationLinkForProduct.vue @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@ import XmIterationAdd from '../xmIteration/XmIterationAdd';//新增界面 export default { - props:['xmIteration','xmProduct'], + props:['xmIteration','xmProduct','selProject'], watch:{ xmIteration(){ this.getXmIterationLinks(); diff --git a/src/views/xm/core/xmIterationLink/XmIterationLinkForProject.vue b/src/views/xm/core/xmIterationLink/XmIterationLinkForProject.vue index 597cdf2e..9156f2c7 100644 --- a/src/views/xm/core/xmIterationLink/XmIterationLinkForProject.vue +++ b/src/views/xm/core/xmIterationLink/XmIterationLinkForProject.vue @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@ import XmIterationAdd from '../xmIteration/XmIterationAdd';//新增界面 export default { - props:['xmIteration','selProject'], + props:['xmIteration','selProject','xmProduct'], watch:{ xmIteration(){ this.getXmIterationLinks();