保誠-保戶業務員媒合平台
Tomas
2022-02-16 abfa3cc46bfd161b6a474610f37a5243a6ca34e8
fix#135492: [ 客戶端 ] 已聯絡清單 : 第一筆預約單非最新一筆的預約單
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/pages/myConsultantList.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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);
      }