diff --git a/src/views/layout/components/UserInfo.vue b/src/views/layout/components/UserInfo.vue index 251c4367..30cd22f6 100644 --- a/src/views/layout/components/UserInfo.vue +++ b/src/views/layout/components/UserInfo.vue @@ -173,7 +173,7 @@ export default { methods: { onDropdownClick(){ - if( this.branchUsersCount.defalut){ + if( this.branchUsersCount.defalut||this.branchUsersCount.branchId!=this.userInfo.branchId){ this.getBranchInterestsDetail(); } },