WXL
6 天以前 952ce5369317b40f6c6f2e11e70969d50108d240
src/api/patient/homepage.js
@@ -12,7 +12,7 @@
// 用户信息查询患者列表
export function messagelistpatient(data) {
  return request({
    url: '/smartor/patarchive/list',
    url: '/smartor/patarchive/patInfoByContion',
    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
  })