diff --git a/src/App.vue b/src/App.vue index 369bd74f9..5f708da1c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -218,7 +218,8 @@ export default { && this.$route.name !== 'StandardSearch' && this.$route.name !== 'phoneIndex' && this.$route.name !== 'AdvancedSearchExternal' && this.$route.name !== 'LoginVerifyNoEncryption' && this.$route.name !== 'blankPage' && this.$route.name !== 'processedPage' - && this.$route.name !== 'loginStandDetails' && this.$route.name !== 'error') { + && this.$route.name !== 'loginStandDetails' && this.$route.name !== 'error' + && this.$route.name !== 'OtherStandardExternalDetails' && this.$route.name !== 'OtherStandardExternalDetails') { this.isBoolean = true } else { this.isBoolean = false diff --git a/src/pages/loginStandDetails/index.vue b/src/pages/loginStandDetails/index.vue index 22679b85f..5f1bcba6d 100644 --- a/src/pages/loginStandDetails/index.vue +++ b/src/pages/loginStandDetails/index.vue @@ -109,27 +109,41 @@ _this: this }, res =>{ if(res){ - let routeUrl = this.$router.resolve({ + this.$router.push({ name: routerName, params: { id: dataId, pageType: pageType } - }); - window.open(routeUrl.href, "_blank"); + }) + // let routeUrl = this.$router.resolve({ + // name: routerName, + // params: { + // id: dataId, + // pageType: pageType + // } + // }); + // this.$router.push(routeUrl.href) }else{ this.$message.warning('您暂无权限查看') } }) }else { - let routeUrl = this.$router.resolve({ + // let routeUrl = this.$router.resolve({ + // name: routerName, + // params: { + // id: dataId, + // pageType: pageType + // } + // }); + this.$router.push({ name: routerName, params: { id: dataId, pageType: pageType } - }); - window.open(routeUrl.href, "_blank"); + }) + // window.open(routeUrl.href, "_blank"); } } }, e => { diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue index 5d800b786..25dcfebed 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step4.vue @@ -1301,7 +1301,7 @@
-
+