WXL
3 天以前 125529d9c088bad016d766a615348a2279e97a02
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
  })
@@ -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
  })