PAMapp/pages/appointment/_appointmentId/close/index.vue
@@ -196,8 +196,11 @@ contactStatus : this.contactStatus.CLOSE, remark : this.appointmentCloseInfo.remark, } appointmentService.closeAppointment(toCloseAppointment).then((_) => this.updateAppointmentDetail(appointmentId)); this.isShowSuccessAlert = true; appointmentService.closeAppointment(toCloseAppointment).then((_) => { this.updateAppointmentDetail(appointmentId); this.isShowSuccessAlert = true; }); } }