Commit e2def313 authored by Mac's avatar Mac

1

parent 7e73ceb5
......@@ -330,12 +330,16 @@
data:this.showObj
}
localStorage.setItem("loginUserInfo", JSON.stringify(localStorageobj) );
let obj = JSON.parse(JSON.stringify(this.datamodify))
obj.SchoolName = this.showObj.SchoolName
setTimeout(() => {
this.MsgBus.$emit('add',obj);
}, 10);
location.reload()
// this.$router.push({
// path: this.redirect || '/home'
// })
// let obj = JSON.parse(JSON.stringify(this.datamodify))
// obj.SchoolName = this.showObj.SchoolName
// setTimeout(() => {
// this.MsgBus.$emit('add',obj);
// }, 10);
}
}).catch(() => {
......
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