12
0
Este cometimento está contido em:
朱菊兰 2024-02-27 09:14:10 +08:00
ascendente 65e2f9ed6a ad3a2cb1ae
cometimento a8013fce87

Ver ficheiro

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