Compare commits
6 Commits
65e2f9ed6a
...
a8013fce87
| Author | SHA1 | Date | |
|---|---|---|---|
| a8013fce87 | |||
| ad3a2cb1ae | |||
| 6d3b41a394 | |||
| 007cf5e638 | |||
| 2c12a26e64 | |||
| 512986faf6 |
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user