eight
2024-10-15 ffb0cf15d7448626f4a38b52cee18d514b45ce61
装机叫号
已修改4个文件
13 ■■■■■ 文件已修改
src/api/ecg/doctor/index.ts 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/DevInstall.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/Routine.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/ecg/doctor/index.ts
@@ -75,10 +75,15 @@
  },
  // 重叫
  callAgainPatient: async (params: RoomBedVO) => {
  callPatientAgain: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/call-again`, params })
  },
  // 重叫 安装
  callInstallingPatientAgain: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/call-install-again`, params })
  },
  // 取 常规检查、领用 患者列表
  getToBeCheckedPatientList: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/get-to-be-checked-list`, params })
src/views/ecg/doctor/DevInstall.vue
@@ -63,7 +63,7 @@
}
const callAgain = async () => {
  await DoctorApi.callAgainPatient(roomBedVO.value)
  await DoctorApi.callInstallingPatientAgain(roomBedVO.value)
}
const getInstallingPatient = () => {
src/views/ecg/doctor/Routine.vue
@@ -60,7 +60,7 @@
}
const callAgain = async () => {
  await DoctorApi.callAgainPatient(roomBedVO)
  await DoctorApi.callPatientAgain(roomBedVO)
}
const getOnstagePatient = () => {
src/views/ecg/doctor/index.vue
@@ -62,7 +62,7 @@
}
const callAgain = async () => {
  await DoctorApi.callAgainPatient(roomBedVO)
  await DoctorApi.callPatientAgain(roomBedVO)
}
const getOnstagePatient = () => {