保誠-保戶業務員媒合平台
wayne
2022-01-24 b8a9ab562c0d87de1d0c1ee2e51c2d8b7883f5b0
PAMapp/components/Consultant/ConsultantCard.vue
@@ -217,7 +217,7 @@
    get latestReservedAppointment(): Appointment {
        return this.agentInfo.appointments!
                .filter((appointment) => appointment.communicateStatus !== 'contacted')
                .filter((appointment) => appointment.communicateStatus === 'reserved')
                .map((reversedAppointment) => {
                    return {
                    ...reversedAppointment,