WXL
2025-11-28 d0494a1b3ff6cdf48b1237058d99840da245a75e
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}` })
}
}