保誠-保戶業務員媒合平台
wayne
2022-02-16 3ed11c5aacc25c469e8591f66249f5f52c9e8428
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);
      }