add field dateAppoint
This commit is contained in:
parent
ad3a55324a
commit
98141ecb40
1 changed files with 1 additions and 0 deletions
|
|
@ -6235,6 +6235,7 @@ export class ProfileController extends Controller {
|
||||||
profile && profile.profileEducations.length > 0
|
profile && profile.profileEducations.length > 0
|
||||||
? `${profile.profileEducations[0].degree ?? ""} ${profile.profileEducations[0].field ?? ""}`
|
? `${profile.profileEducations[0].degree ?? ""} ${profile.profileEducations[0].field ?? ""}`
|
||||||
: "",
|
: "",
|
||||||
|
dateAppoint: profile.dateAppoint
|
||||||
};
|
};
|
||||||
|
|
||||||
if (_profile.child4Id != null) {
|
if (_profile.child4Id != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue