WXL
2025-04-16 7d4770043f9bb6e7767978c2f705a6c15e118f1d
src/api/patient/homepage.js
@@ -29,7 +29,7 @@
// 新增患者
export function addpatient(data) {
  return request({
    url: '/smartor/patarchive',
    url: '/smartor/patarchive/add',
    method: 'post',
    data: data
  })
@@ -80,6 +80,7 @@
    data: data
  })
};
// 病史列表
export function getmedicalhistory(data) {
  return request({