sinake
2026-07-23 1fa81f8c3c68b14e08554637eda80679f90b46ee
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}` })
}
}