qinxianzhangyao
2024-03-07 5ad63f7d60571df5084b519bb842e1132394e4fd
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',