From d33f670d56a929c7fe8841568c8bc2459d4e2b7d Mon Sep 17 00:00:00 2001
From: chengqf <584883665@139.com>
Date: Sat, 13 May 2023 00:08:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/components/Navbar.vue | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index f909a0e..3c0dc14 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -35,9 +35,7 @@
布局设置
-
- 切换仓库
-
+
退出登录
@@ -199,7 +197,7 @@ export default {
filterAllByUser()
.then((response) => {
this.deptList = response.data || [];
- this.getInvList();
+ //this.getInvList();
})
.catch(() => {
});