PAMapp/components/Interview/InterviewAdd.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/components/Interview/InterviewAdd.vue
@@ -188,7 +188,7 @@ this.confirmTxt = confirmTxt; this.updateAppointmentDetail(+this.appointmentId); if (new Date(this.interviewTime).getTime() >= new Date().getTime()) { if (new Date(this.interviewTime).getTime() >= new Date().getTime() && (!this.appointmentDetail.appointmentClosedInfo)) { this.showFutureDateConfirmPopup = true; } else { this.showConfirmPopup = true;