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