Browse Source

merge test

pull/210/head
juzi 6 months ago
parent
commit
a8013fce87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/layout/components/NavbarRight.vue

+ 1
- 1
src/layout/components/NavbarRight.vue View File

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


Loading…
Cancel
Save