修改手机端的流程跳转

This commit is contained in:
范强强
2023-08-04 18:04:24 +08:00
parent 5d0bd48a09
commit da60f4fd81
2 changed files with 9 additions and 3 deletions
@@ -72,7 +72,9 @@
}
})
} else {
this.$router.go(-1)
this.$router.push({
path: '/phoneToDoCenter',
})
}
},
handlingClick(item) {
@@ -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