保誠-保戶業務員媒合平台
Mila
2022-01-22 ae3aac1ee250fd8207ff41a0f6a9f38f82a18a58
fixed TODO#134587 未聯絡狀態發送約訪通知後,未顯示於約訪中列表
修改1個檔案
4 ■■■■ 已變更過的檔案
PAMapp/components/Interview/InterviewMsg.vue 4 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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();
      });
    }