lkk
2024-11-27 e17811c1d7b1e6318af32a366d23bd586750b6d2
src/api/hosp/project.js
@@ -18,6 +18,15 @@
}
// 查询体检项目列表(树形结构)
export function getlist(data) {
  return request({
    url: '/hosp/project/getlist',
    method: 'get',
    params: data
  })
}
// 查询体检项目列表(树形结构)
export function getAllChildListById(data) {
  return request({
    url: 'hosp/project/getAllChildListById',
@@ -102,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',
  })
}