From 532dc163d3b836cd4603a5c5968e2eb3d7d064de Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 30 三月 2022 21:13:31 +0800 Subject: [PATCH] update: 調整 edit agent info (entryData) - 尚缺:初始化打 getAgentInfo 時,沒有 entryData 無法初始化該值 --- PAMapp/shared/models/account.model.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts index f433c6c..9975a23 100644 --- a/PAMapp/shared/models/account.model.ts +++ b/PAMapp/shared/models/account.model.ts @@ -14,12 +14,13 @@ gender : string; phoneNumber : string; companyAddress : string; - seniorityYear : number; - seniorityMonth : number; + seniorityYear? : number; + seniorityMonth? : number; concept : string; experiences : string; awards : string; communicationStyle: string; photoBase64 : string; email : string; + entryDate : string; } -- Gitblit v1.8.0