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查询预约详情