WXL (wul)
8 天以前 58cd24c6664429e2a28eef6f7ee2e76c0e9c2d90
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
  })
}