WXL
6 天以前 33c62946aa29d74a62c5dcbbc1cb06d16c8c91dc
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
  })
}