Parcourir la source

Merge pull request 'projects/mesxc-lb' (#209) from projects/mesxc-lb into projects/mesxc-test

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-dev/pulls/209
pull/218/head
juzi il y a 6 mois
Parent
révision
ad3a2cb1ae
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/layout/components/NavbarRight.vue

+ 1
- 1
src/layout/components/NavbarRight.vue Voir le fichier

@@ -68,7 +68,7 @@ export default {
getUserMsg() {
let id = this.$store.getters.userId
getUserSimple(id).then(res => {
this.dept = res.data.deptName ? res.data.dept.deptName : '---'
this.dept = res.data.deptName ? res.data.deptName : '---'
})
},
async logout() {


Chargement…
Annuler
Enregistrer