PAMapp/components/Interview/InterviewMsg.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/components/Interview/InterviewMsg.vue
@@ -62,6 +62,9 @@ @appointmentStore.Action updateAppointmentDetail!: (id: number) => Appointment; @appointmentStore.Action getMyAppointmentList!: () => Promise<Appointment[]>; @PropSync('isVisible') dialogVisible!: boolean; @@ -103,6 +106,7 @@ appointmentService.informAppointment(appointmentInformation).then((_) => { this.isShowSuccessAlert = true ; this.updateAppointmentDetail(this.client.id); this.getMyAppointmentList(); }); }