WXL
2025-07-23 55c665cde35f5b458564b48cc8dba36c40ae1b46
src/api/patient/homepage.js
@@ -75,7 +75,7 @@
export function addmedicalhistory(data) {
  return request({
    url: '/medicalhistory/add',
    url: '/smartor/baby/add',
    method: 'post',
    data: data
  })
@@ -83,7 +83,7 @@
// 病史列表
export function getmedicalhistory(data) {
  return request({
    url: '/medicalhistory/selectMedicalHistoryList',
    url: '/smartor/baby/list',
    method: 'post',
    data: data
  })
@@ -92,7 +92,7 @@
// 修改病史
export function editmedicalhistory(data) {
  return request({
    url: '/medicalhistory/edit',
    url: '/smartor/baby/edit',
    method: 'post',
    data: data
  })