From da60f4fd818b82ff0cf8778ed9d1eeec9b761fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 4 Aug 2023 18:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E7=9A=84=E6=B5=81=E7=A8=8B=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/phoneView/handlingPage.vue | 4 +++- jero-web/src/views/phoneView/processManagement.vue | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/phoneView/handlingPage.vue b/jero-web/src/views/phoneView/handlingPage.vue index 39ad9ea69..a6e28fdd4 100644 --- a/jero-web/src/views/phoneView/handlingPage.vue +++ b/jero-web/src/views/phoneView/handlingPage.vue @@ -72,7 +72,9 @@ } }) } else { - this.$router.go(-1) + this.$router.push({ + path: '/phoneToDoCenter', + }) } }, handlingClick(item) { diff --git a/jero-web/src/views/phoneView/processManagement.vue b/jero-web/src/views/phoneView/processManagement.vue index 9f072c414..5b8176410 100644 --- a/jero-web/src/views/phoneView/processManagement.vue +++ b/jero-web/src/views/phoneView/processManagement.vue @@ -355,7 +355,9 @@ } }) } else { - this.$router.go(-1) + this.$router.push({ + path: '/phoneToDoCenter', + }) } }, onSubmit() { @@ -570,7 +572,9 @@ } }) } else { - this.$router.go(-1) + this.$router.push({ + path: '/phoneToDoCenter', + }) } } else { this.show = false