Compare commits

..

No commits in common. "a8013fce87777db56774a1bb394704843a698fed" and "65e2f9ed6a5a96796cded1fe07de4be2568ee251" have entirely different histories.

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.deptName : '---' this.dept = res.data.deptName ? res.data.dept.deptName : '---'
}) })
}, },
async logout() { async logout() {