WXL (wul)
4 天以前 3eff20833d02fcc5c24e0ec91d0f1abe8fb810a3
src/api/smartor/patphysical.js
@@ -4,7 +4,7 @@
export function listPatphysical(query) {
  return request({
    url: '/smartor/patphysical/selectPatMedPhysicalList',
    method: 'get',
    method: 'post',
    data: query
  })
}