保誠-保戶業務員媒合平台
Mila
2022-01-20 766d791b1aa3525ddef7a74afb199abc5d44bc50
PAMapp/pages/questionnaire/_agentNo.vue
@@ -353,10 +353,9 @@
    private getLatestReserved(agentNo) {
      const agentInfo = this.myConsultantList.filter(item => item.agentNo === agentNo);
      const appointmentInfo = agentInfo.length > 0 && agentInfo[0].appointments
        ? agentInfo[0].appointments!
              .filter((appointment) => appointment.communicateStatus !== 'contacted')
              .filter((appointment) => appointment.communicateStatus === 'reserved')
              .map((reversedAppointment) => (
                { ...reversedAppointment,
                  sortDate: new Date(reversedAppointment.appointmentDate)