diff --git a/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue b/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue index 82439d13..a4feab71 100644 --- a/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue +++ b/src/views/xm/core/xmIteration/XmIterationForProjectComplex.vue @@ -179,12 +179,7 @@ XmQuestionMng, XmProjectForLink, }, - mounted() { - - if(this.xmIteration==null || !this.xmIteration.id){ - this.iterationVisible=true; - this.$notify({showClose: true, message:"请先选中左边迭代", type: 'warning' }); - } + mounted() { this.$nextTick(() => { }); diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index d3c55ece..0e8d23e1 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -495,7 +495,7 @@ if( this.filters.product && this.filters.product.id){ params.productId=this.filters.product.id }else { - this.$notify({showClose: true, message: "请先选择产品", type: 'warning'}); + //this.$notify({showClose: true, message: "请先选择产品", type: 'warning'}); return; } diff --git a/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue b/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue index 348ec1f2..191ad533 100644 --- a/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue +++ b/src/views/xm/core/xmProduct/XmProductForProjectComplex.vue @@ -1,7 +1,7 @@