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();