WXL (wul)
4 天以前 a7eb9f0ef66e3528a58f0f6c140e7bf3eda6e596
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
  })
}