This commit is contained in:
朱菊兰 2024-02-27 09:14:10 +08:00
commit a8013fce87

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