From a7b45caf5b3784f65ba82793d87f5ffb202fca1e Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期五, 21 一月 2022 11:42:07 +0800
Subject: [PATCH] update#134555: [顧問] 預約單結案/編輯結案功能串接

---
 PAMapp/shared/services/appointment.service.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/shared/services/appointment.service.ts b/PAMapp/shared/services/appointment.service.ts
index dcba492..9f07fe9 100644
--- a/PAMapp/shared/services/appointment.service.ts
+++ b/PAMapp/shared/services/appointment.service.ts
@@ -55,7 +55,7 @@
     return http.delete(`/appointment/memo/${appointmentMemoId}`)
   }
 
-  // ���蝯��
+  // ���蝯��, ��蝯��敦
   async closeAppointment(appointmentInfo: ToDoneAppointment | ToCloseAppointment) {
     return http.post(`/appointment/close`, appointmentInfo).then((res) => res.data);
   }

--
Gitblit v1.8.0