From 2d39891ca966edc9ec145972f3532cdeefa7ade7 Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Mon, 27 Nov 2023 15:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E9=83=A8=E9=97=A8=E6=88=96?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= 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 5693757e..b76aa588 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -406,6 +406,7 @@ export default { this.inv = store.getters.locInvName this.deptName = store.getters.locDeptName }); + window.location.reload() } else { this.$message.error(res.message); }