WXL
2025-04-18 8d0f7fcc4a961a6a2cd969171066f652cc8e736f
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({