WXL
2024-07-24 9f4da363a401c3624fa57a87fb50193b59bc6a35
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
  })
}