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)