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

修改装配任务返回

parent 31fd7459
......@@ -214,7 +214,11 @@ export default {
// this.moduleName = localStorage.getItem('moduleName')
// },
goback() {
if (sessionStorage.getItem('lasterPageRouter')) {
this.$router.replace(sessionStorage.getItem('lasterPageRouter'))
} else {
this.$router.go(-1)
}
},
goHome() {
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