fix
This commit is contained in:
parent
8c30dc56f4
commit
9029baffab
3 changed files with 10 additions and 3 deletions
|
|
@ -4830,6 +4830,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
profile && profile.profileEducations.length > 0
|
||||
? `${profile.profileEducations[0].degree ?? ""} ${profile.profileEducations[0].field ?? ""}`
|
||||
: "-",
|
||||
statusCheckEdit: profile.statusCheckEdit,
|
||||
};
|
||||
|
||||
if (_profile.child4Id != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue