From cbc48ca49dbf4c634fac6cbd95078fab629735b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 11 Mar 2022 00:04:53 +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/XmIterationForProjectComplex.vue | 7 +------ src/views/xm/core/xmMenu/XmMenuMng.vue | 2 +- .../xm/core/xmProduct/XmProductForProjectComplex.vue | 9 ++------- src/views/xm/core/xmProject/XmProjectComplex.vue | 5 ----- 4 files changed, 4 insertions(+), 19 deletions(-) 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 @@