Browse Source

切换企业刷新页面

yangc 8 years ago
parent
commit
af1e83596f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/default/Header.vue

+ 1 - 0
components/default/Header.vue

@@ -100,6 +100,7 @@
         this.toggleEnterprises()
         this.$http.get(`/user/authentication/${en.uu}`).then(() => {
           this.$store.dispatch('loadUserInfo')
+          window.location.reload()
         })
       }
     },