seimin пре 2 година
родитељ
комит
8eb67def7c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/components/showModel/showModel.vue

+ 1 - 0
src/components/showModel/showModel.vue

@@ -349,6 +349,7 @@ export default {
349
           if(this.loginUser.duty){
349
           if(this.loginUser.duty){
350
             this.selectBranchId = this.loginUser.duty.branch;
350
             this.selectBranchId = this.loginUser.duty.branch;
351
             this.selectDutyId = this.loginUser.duty.id;
351
             this.selectDutyId = this.loginUser.duty.id;
352
+            this.getZpGroup(this.selectDutyId);
352
           }else if(this.loginUser.branch){
353
           }else if(this.loginUser.branch){
353
             this.selectBranchId = this.loginUser.branch?this.loginUser.branch.id:undefined;
354
             this.selectBranchId = this.loginUser.branch?this.loginUser.branch.id:undefined;
354
           }
355
           }