WXL (wul)
9 天以前 39325ed5f9d5ebd80ad0c6bfe6689b014b72d0fb
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
  })
}