浏览代码

merge test

pull/210/head
juzi 6 个月前
父节点
当前提交
a8013fce87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/layout/components/NavbarRight.vue

+ 1
- 1
src/layout/components/NavbarRight.vue 查看文件

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


正在加载...
取消
保存