su
su1124
2024-06-26 76888bd1bc826f70b47c8d1dca952bdf1fe34b60
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
  })
}