diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 90942b1e..0d7bac1a 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -402,6 +402,7 @@ export default { this.selInvVisible = false; store.dispatch('GetInfo').then(() => { this.inv = store.getters.locInvName + this.deptName = store.getters.locDeptName }); } else { this.$message.error(res.message);