保誠-保戶業務員媒合平台
Mila
2022-01-22 ae3aac1ee250fd8207ff41a0f6a9f38f82a18a58
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();
      });
    }