WXL
2024-06-27 76c30727c77065c808b1c0fb3146080e423e5fe6
src/api/smartor/patphysical.js
@@ -3,9 +3,9 @@
// 查询患者体检记录列表
export function listPatphysical(query) {
  return request({
    url: '/smartor/patphysical/list',
    method: 'get',
    params: query
    url: '/smartor/patphysical/selectPatMedPhysicalList',
    method: 'post',
    data: query
  })
}