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