11
WXL
2 天以前 920e530b68c0f4dba434281ce94c9814e9937db3
src/api/ecg/appointment/index.ts
@@ -31,8 +31,8 @@
// 预约 API
export const AppointmentApi = {
  // 查询预约分页
  getAppointmentPage: async (params: any) => {
    return await request.get({ url: `/ecg/appointment/page`, params })
  getAppointmentPage: async (data: any) => {
    return await request.post({ url: `/ecg/appointment/page`, data })
  },
  // 查询预约详情