From c231e4df5aed51f6574985f7bf1d22e69442e31f Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Mon, 21 Apr 2025 17:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=82=A3=E8=80=85=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inspect/inspectpatient/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/inspect/inspectpatient/index.ts b/src/api/inspect/inspectpatient/index.ts index 7919227..4613ba4 100644 --- a/src/api/inspect/inspectpatient/index.ts +++ b/src/api/inspect/inspectpatient/index.ts @@ -160,6 +160,6 @@ export const PatientApi = { }, //更新患者补充信息 updatePatientSupplement: async (medicalSn: string,idCard: string) => { - return await request.put({ url: `/inspect/patient/updatePatientSupplement?medicalSn=` + medicalSn + `&cardId=` + idCard}) + return await request.get({ url: `/inspect/patient/updatePatientSupplement?medicalSn=` + medicalSn + `&idCard=` + idCard}) } }