WXL (wul)
9 天以前 6f0457a46df19472d49d6e4eaea12b38e964de9e
src/api/patient/homepage.js
@@ -17,6 +17,14 @@
    data: data
  })
};
// 用户信息查询患者列表
export function patarchivelist(data) {
  return request({
    url: '/smartor/patarchive/list',
    method: 'post',
    data: data
  })
};
// 修改患者档案
export function alterpatient(data) {
@@ -80,6 +88,7 @@
    data: data
  })
};
// 病史列表
export function getmedicalhistory(data) {
  return request({