eight
2024-10-15 e4bb67837897301d82bcd7ad9e391422d6e7f865
refactor
已修改3个文件
8 ■■■■ 文件已修改
src/api/ecg/doctor/index.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/Routine.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/ecg/doctor/index.ts
@@ -80,8 +80,8 @@
  },
  // 取 常规检查、领用 患者列表
  getPatientList: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/get-patient-list`, params })
  getToBeCheckedPatientList: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/get-to-be-checked-list`, params })
  },
  // 取 [待装机] 患者列表
src/views/ecg/doctor/Routine.vue
@@ -83,7 +83,7 @@
    return
  }
  patientList.value = await DoctorApi.getPatientList(roomBedVO)
  patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO)
  getOnstagePatient()
  patientStat.value = await DoctorApi.getPatientStatistic(roomBedVO)
  const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO)
src/views/ecg/doctor/index.vue
@@ -85,7 +85,7 @@
    return
  }
  patientList.value = await DoctorApi.getPatientList(roomBedVO)
  patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO)
  getOnstagePatient()
  patientStat.value = await DoctorApi.getDevReadyStatistic(roomBedVO)
  const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO)