Browse Source

优化切换用户

master
陈裕财 4 years ago
parent
commit
e805a1bf39
  1. 2
      src/views/layout/components/UserInfo.vue

2
src/views/layout/components/UserInfo.vue

@ -173,7 +173,7 @@ export default {
methods: { methods: {
onDropdownClick(){ onDropdownClick(){
if( this.branchUsersCount.defalut){
if( this.branchUsersCount.defalut||this.branchUsersCount.branchId!=this.userInfo.branchId){
this.getBranchInterestsDetail(); this.getBranchInterestsDetail();
} }
}, },

Loading…
Cancel
Save