qinxianzhangyao
2024-07-12 f169a06cea16bc6215743a7be07febdb1d4fdc38
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
  })
}