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