src/api/ecg/doctor/index.ts
@@ -144,6 +144,13 @@ // 加急患者 patientJump: async (params: PatientVO) => { return await request.get({ url: `/ecg/doctor/patient-jump`, params }) } }, // 下载 yddownload: async (id: number | string) => { return await request.get({ url: `/ecg/template/download/${id}` }) }, sgdownload: async (id: number | string) => { return await request.get({ url: `/ecg/template/downloadesophagus/${id}` }) } }