qinxianzhangyao
2024-03-08 1fc3fe586a17f5ddf6717f58d1fb1e5a0a9c48f7
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',