From b1b1fa9058a8e7df07c25cf6d5be1678a042ab7e Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 18 一月 2022 14:27:07 +0800 Subject: [PATCH] update: TODO#134382 [顧問管理流程] 刪除/編輯約訪紀錄 --- 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 083712a..a15e298 100644 --- a/PAMapp/shared/services/appointment.service.ts +++ b/PAMapp/shared/services/appointment.service.ts @@ -77,7 +77,7 @@ // ��蝝赤閮�� async deleteInterviewRecord(interviewRecordId) { - return http.delete(`/interview_record/'${interviewRecordId}`); + return http.delete(`/interview_record/${interviewRecordId}`); } } -- Gitblit v1.8.0