ソースを参照

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


読み込み中…
キャンセル
保存