保誠-保戶業務員媒合平台
Tomas
2022-01-19 42beea233cd7d041cbb206130f2c932461119d91
PAMapp/store/appointment.store.ts
@@ -63,7 +63,7 @@
  }
  @Action({ commit: 'SET_APPOINTMENT'})
  async setAppointmentDetail(appointmentId: number): Promise<Appointment> {
  async getAppointmentDetail(appointmentId: number): Promise<Appointment> {
    if (this.appointmentDetail && this.appointmentDetail.id === appointmentId) {
      return this.appointmentDetail;
    } else {