123
wwl
2024-12-13 2703859a75294db7df0a54b028f73ff2c1e61544
src/api/hosp/project.js
@@ -111,3 +111,30 @@
    params: {proId:proId}
  })
}
// 查询体检项目列表(树形结构)
export function getKjTjAdviceKjbqBySex(data) {
  return request({
    url: '/advice/advice/getKjTjAdviceKjbqBySex',
    method: 'get',
    params: data
  })
}
// 查询体检项目列表(树形结构)
export function getCyTjAdviceKjbqBySex(data) {
  return request({
    url: '/advice/advice/getCyTjAdviceKjbqBySex',
    method: 'get',
    params: data
  })
}
export function tbhisproprice() {
  return request({
    url: '/system/config/tbhisproprice',
    method: 'get',
  })
}