seimin 2 年之前
父节点
当前提交
b620bdd5c0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/showModel/showModel.vue

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

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