merge test

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

파일 보기

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