qinxianzhangyao
2024-06-27 f68fa3bc5fc0a286c88d82ee6eb95e8ad6be0d16
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
  })
}