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