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;
});
},