Merge pull request 'projects/mesxc-lb' (#209) from projects/mesxc-lb into projects/mesxc-test
Reviewed-on: #209
This commit is contained in:
commit
ad3a2cb1ae
@ -68,7 +68,7 @@ export default {
|
|||||||
getUserMsg() {
|
getUserMsg() {
|
||||||
let id = this.$store.getters.userId
|
let id = this.$store.getters.userId
|
||||||
getUserSimple(id).then(res => {
|
getUserSimple(id).then(res => {
|
||||||
this.dept = res.data.deptName ? res.data.dept.deptName : '---'
|
this.dept = res.data.deptName ? res.data.deptName : '---'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
async logout() {
|
async logout() {
|
||||||
|
Loading…
Reference in New Issue
Block a user