From b9c386c14557e83f2cfbdaf409b1f19c4e8e6bbd Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 9 Feb 2023 17:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index f99e5cdc..4b87aa32 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -187,6 +187,7 @@ export default { changeInv() { this.selInvVisible = true; + localStorage.setItem("insuranceCode", JSON.stringify( this.userInfo.locInvCode)); }, getDeptList() { @@ -252,6 +253,7 @@ export default { closeDialog() { this.selInvVisible = false; + this.userInfo.locInvCode=JSON.parse(localStorage.getItem("insuranceCode")); },