WXL
2 天以前 6f1b2cf3dc89059104ca0eedebf5f3ec4d1147f0
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}` })
}
}