long profile new employee save tab to tab

This commit is contained in:
mashfiq 2025-07-21 13:03:29 +06:00
parent bf55c6674a
commit 82dc024799

View File

@ -473,7 +473,8 @@ export class GeneralComponent implements OnInit {
this.hrEmployee.id = resp.id;
if (this.active == false) {
this.hrEmployee.employeeNo = resp.employeeNo;
this.employeeService.hrEmployee.employeeNo = resp.employeeNo;
// this.employeeService.hrEmployee.employeeNo = resp.employeeNo;
this.employeeService.hrEmployee = resp;
}
}
},