diff --git a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts index f93da83..d36bff0 100644 --- a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts +++ b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts @@ -191,6 +191,7 @@ export class EmployeeProfileComponent implements OnInit { checkValue(value: any) { if (value === true) { + this.hrEmployeeProfile = new HrEmployee(); this.refreshEmployee(new HrEmployee()); // this.loadingPanel.ShowLoadingPanel = true;