Explorar el Código

merge test

pull/210/head
juzi hace 6 meses
padre
commit
a8013fce87
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