WXL
2024-06-20 1be7d1dc4426a005621ddb14c96960ca4280bed1
src/api/smartor/patouthosp.js
@@ -3,9 +3,9 @@
// 查询患者门诊记录列表
export function listPatouthosp(query) {
  return request({
    url: '/smartor/patouthosp/list',
    method: 'get',
    params: query
    url: '/smartor/patouthosp/selectPatMedOuthospList',
    method: 'post',
    data: query
  })
}