Commit 35ce0350 authored by “lixuyan”'s avatar “lixuyan”

修改装配任务返回

parent 31fd7459
...@@ -214,7 +214,11 @@ export default { ...@@ -214,7 +214,11 @@ export default {
// this.moduleName = localStorage.getItem('moduleName') // this.moduleName = localStorage.getItem('moduleName')
// }, // },
goback() { goback() {
if (sessionStorage.getItem('lasterPageRouter')) {
this.$router.replace(sessionStorage.getItem('lasterPageRouter'))
} else {
this.$router.go(-1) this.$router.go(-1)
}
}, },
goHome() { goHome() {
this.$router.push(`/`) this.$router.push(`/`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment