Commit 7e73ceb5 authored by Mac's avatar Mac

1

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