Ver código fonte

merge test

pull/210/head
juzi 6 meses atrás
pai
commit
a8013fce87
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/layout/components/NavbarRight.vue

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

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


Carregando…
Cancelar
Salvar