projects/mesxc-lb #209

Merged
juzi merged 2 commits from projects/mesxc-lb into projects/mesxc-test 2024-02-27 09:11:13 +08:00

View File

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