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
커밋 ad3a2cb1ae

파일 보기

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