wwl
2024-12-06 84d7b5e9b0a31c1e18dc52b3d69b1cadf96938e7
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',
  })
}