Commit 7e73ceb5 authored by Mac's avatar Mac

1

parent 4035228e
...@@ -178,14 +178,15 @@ ...@@ -178,14 +178,15 @@
if (this.userInfo && this.userInfo.MenuList) { if (this.userInfo && this.userInfo.MenuList) {
this.secondNavs = this.userInfo.MenuList.length > 0 ? this.userInfo.MenuList[i].SubList : [] this.secondNavs = this.userInfo.MenuList.length > 0 ? this.userInfo.MenuList[i].SubList : []
} }
this.MsgBus.$on('add',(payload) => { // this.MsgBus.$on('add',(payload) => {
let that= this // let that= this
that.userInfo.AccountName = payload.EmployeeName // that.userInfo.AccountName = payload.EmployeeName
that.userInfo.UserIcon = payload.UserIcon // that.userInfo.UserIcon = payload.UserIcon
that.userInfo.Email = payload.Email // that.userInfo.Email = payload.Email
that.userInfo.SchoolName = payload.SchoolName // that.userInfo.SchoolName = payload.SchoolName
// // location.reload();
}); // });
this.getLogList(); this.getLogList();
this.getMsg(); this.getMsg();
}, },
......
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