WXL (wul)
2026-02-03 5c16dcd9b65e4d04ad32c5e8bf6c1e02dcb19ad1
src/api/smartor/patouthosp.js
@@ -3,9 +3,17 @@
// 查询患者门诊记录列表
export function listPatouthosp(query) {
  return request({
    url: '/smartor/patouthosp/list',
    method: 'get',
    params: query
    url: '/smartor/patouthosp/selectPatMedOuthospList',
    method: 'post',
    data: query
  })
}
// 查询待入院记录列表
export function listPatMedInhosp(query) {
  return request({
    url: '/smartor/patinhosp/selectPatMedInhospList',
    method: 'post',
    data: query
  })
}