eight
2024-11-25 549e0a0cda7fdaafc3d2e456b61187b7eed2c131
src/api/ecg/appointment/index.ts
@@ -40,8 +40,8 @@
  },
  //
  getCurAppointmentByPatId: async (patId: string) => {
    return await request.get({ url: `/ecg/appointment/get-current-by-patient?patId=` + patId })
  getCurAppointmentByPatIdAndCheckType: async (patId: string, checkType: number) => {
    return await request.get({ url: `/ecg/appointment/get-current-by-patient?patId=` + patId + '&checkType=' + checkType })
  },
  // 从HIS或者DB查询预约详情