WXL
2025-03-20 b8085c12e2f5542210c8a73a997e0b88d39e18b0
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
  })
}