保誠-保戶業務員媒合平台
Tomas
2022-02-16 abfa3cc46bfd161b6a474610f37a5243a6ca34e8
PAMapp/pages/myConsultantList.vue
@@ -98,7 +98,7 @@
        this.contactedList = this.contactedList
          .filter((appointment) => appointment['appointmentStatus'] !== 'reserved')
          .map((appointment) => ({ ...appointment, sortTime: new Date(appointment.appointmentDate)}))
          .map((appointment) => ({ ...appointment, sortTime: new Date(appointment.updateTime)}))
          .sort((preAppointment, nextAppointment) => +nextAppointment.sortTime - +preAppointment.sortTime);
      }