From ad761aa5237d444303bf41aa21e4411b61b73f9e Mon Sep 17 00:00:00 2001 From: chengqf <584883665@139.com> Date: Fri, 12 May 2023 23:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=93=E5=BA=93=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= 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 4df395b..f909a0e 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -11,8 +11,6 @@
部门:{{ deptName }} - 仓库:{{ inv }} 用户:{{ this.companyName }} ({{ @@ -193,7 +191,7 @@ export default { }, changeInv() { - this.selInvVisible = true; + this.selInvVisible = false; }, getDeptList() { @@ -225,7 +223,7 @@ export default { } }) .catch(() => { - this.selInvVisible=true; + this.selInvVisible=false; }); },