profile issues #47

Open
Mashfiq wants to merge 13 commits from dev_mashfiq into devqc
Showing only changes of commit 82dc024799 - Show all commits

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;
}
}
},