@@ -92,7 +92,8 @@ export class ClinicalUsersManagementComponent implements OnInit {
this.hosId = this.tool.getCurrentHospital().id;
this.name = "";
this.num = "";
- this.userType = null;
+ let userType = this.userTypes.find(v=>v.value == 1);
+ this.userType = userType ? String(userType.id) : null;
this.department = null;
this.userGroup1 = null;
this.changeHosp1(this.hosId);