From a8602157b626501dc5bbe7ac054ea1283ca705d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 29 Oct 2021 18:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmIteration/XmIterationInfo.vue | 12 +++++++----- src/views/xm/core/xmProduct/XmProductInfo.vue | 5 ++++- src/views/xm/core/xmProject/XmProjectInfo.vue | 6 +++++- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/views/xm/core/xmIteration/XmIterationInfo.vue b/src/views/xm/core/xmIteration/XmIterationInfo.vue index c9c5c1b3..a4d6af20 100644 --- a/src/views/xm/core/xmIteration/XmIterationInfo.vue +++ b/src/views/xm/core/xmIteration/XmIterationInfo.vue @@ -3,13 +3,11 @@ - - - - + + - + 迭代:  {{xmIteration.iterationName.substring(0,15)}} 迭代:  {{xmIteration.iterationName}} @@ -277,6 +275,10 @@ }, setInfotype(infotype){ this.infotype=infotype; + + if(infotype=='返回'){ + this.goBack() + } }, handleExport() { this.downloadLoading = true diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue index 4f85c44e..46391858 100644 --- a/src/views/xm/core/xmProduct/XmProductInfo.vue +++ b/src/views/xm/core/xmProduct/XmProductInfo.vue @@ -8,7 +8,7 @@ - + 产品:  {{xmProduct.productName.substring(0,15)}} 产品:  {{xmProduct.productName}} @@ -276,6 +276,9 @@ import XmProjectForLink from '../xmProject/XmProjectForLink.vue'; }, setInfotype(infotype){ this.infotype=infotype; + if(infotype=='返回'){ + this.goBack() + } }, handleExport() { this.downloadLoading = true diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue index 3e08fa0e..ebe49da7 100644 --- a/src/views/xm/core/xmProject/XmProjectInfo.vue +++ b/src/views/xm/core/xmProject/XmProjectInfo.vue @@ -8,7 +8,7 @@ - + 项目:  {{selProject.name.substring(0,15)}} 项目:  {{selProject.name}} @@ -279,6 +279,10 @@ }, setInfotype(infotype){ this.infotype=infotype; + + if(infotype=='返回'){ + this.goBack() + } }, handleExport() { this.downloadLoading = true