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