WXL
2024-07-05 fdf8b9cc7995c8d2022ac512c48a7567f6d2af9a
src/api/patient/homepage.js
@@ -20,7 +20,7 @@
// 修改患者档案
export function alterpatient(data) {
  return request({
    url: '/smartor/patarchive/edit',
    url: '/smartor/patarchive/saveOrUpdatePatInfo',
    method: 'post',
    data: data
  })
@@ -33,6 +33,7 @@
    data: data
  })
};
// 患者详情
export function particularpatient(userId) {
  return request({