From 4df7821ba212d4c62069e551194512519f325ec3 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期六, 22 一月 2022 12:51:12 +0800 Subject: [PATCH] Update:顧問流程樣式修改 - agenda --- PAMapp/components/Interview/InterviewAdd.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/PAMapp/components/Interview/InterviewAdd.vue b/PAMapp/components/Interview/InterviewAdd.vue index d86d7a6..722db75 100644 --- a/PAMapp/components/Interview/InterviewAdd.vue +++ b/PAMapp/components/Interview/InterviewAdd.vue @@ -86,6 +86,7 @@ <InterviewMsg :isVisible.sync="showInterviewMsgPopup" :client="appointmentDetail" + :defaultValue="interviewTime" @closeDialog="closePopup" ></InterviewMsg> </div> -- Gitblit v1.8.0