mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 15:01:23 +08:00
Added show staff name
This commit is contained in:
@@ -198,9 +198,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
getUsername().then((res) => {
|
||||
this.username = res.toString()
|
||||
})
|
||||
this.username = getUsername()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user