From 6c8da35612110a8eaf09ca7b2b0388a6c347c0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com> Date: Thu, 31 Aug 2023 09:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 1 + 1 file changed, 1 insertion(+) 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);