Merge pull request 'projects/mesxc-lb' (#209) from projects/mesxc-lb into projects/mesxc-test

Reviewed-on: #209
This commit is contained in:
朱菊兰 2024-02-27 09:11:12 +08:00
commit ad3a2cb1ae

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