long profile new employee save tab to tab
This commit is contained in:
parent
bf55c6674a
commit
82dc024799
|
@ -473,7 +473,8 @@ export class GeneralComponent implements OnInit {
|
||||||
this.hrEmployee.id = resp.id;
|
this.hrEmployee.id = resp.id;
|
||||||
if (this.active == false) {
|
if (this.active == false) {
|
||||||
this.hrEmployee.employeeNo = resp.employeeNo;
|
this.hrEmployee.employeeNo = resp.employeeNo;
|
||||||
this.employeeService.hrEmployee.employeeNo = resp.employeeNo;
|
// this.employeeService.hrEmployee.employeeNo = resp.employeeNo;
|
||||||
|
this.employeeService.hrEmployee = resp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user