src/api/ecg/appointment/index.ts
@@ -24,6 +24,7 @@ bookTime: Date // 预约发生时间, 点击预约的时间 bookCheckType: number // 预约检查类型 paid: number //已付款 bookSeqNum: number } // 预约 API @@ -39,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查询预约详情