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