From 7399f0a087f14e0525ed0f891288b2e1650f5f36 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 19 九月 2022 21:32:45 +0800 Subject: [PATCH] fix#144075: [前台] 顧問帳號已停用,登入後會跳出登入逾時視窗 --- PAMapp/shared/models/strict-query.model.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/PAMapp/shared/models/strict-query.model.ts b/PAMapp/shared/models/strict-query.model.ts index 45a5f31..a0e4738 100644 --- a/PAMapp/shared/models/strict-query.model.ts +++ b/PAMapp/shared/models/strict-query.model.ts @@ -16,9 +16,12 @@ name : string; img : string; expertise : string[]; + suitability : number; avgScore : number; contactStatus: null; updateTime : null; seniority : string; + role : string; new : boolean; + latestAppointmentId :null } -- Gitblit v1.8.0