Explorar el Código

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 hace 6 meses
padre
commit
ad3a2cb1ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/layout/components/NavbarRight.vue

+ 1
- 1
src/layout/components/NavbarRight.vue Ver fichero

@@ -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() {


Cargando…
Cancelar
Guardar