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 }) }