1
wwl
2024-12-12 39af4bcc870587da7e50e11dc9c059684d6ee4ad
src/api/system/comp.js
@@ -179,10 +179,10 @@
}
// 查询体检单位信息维护列表
export function makeTjPDF(query) {
export function makeTjPDF(data) {
  return request({
    url: '/hosp/order/makeTjPDF',
    method: 'get',
    params: query
    method: 'post',
    data: data
  })
}