WXL (wul)
19 小时以前 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b
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
  })
}