su
su1124
2024-04-25 1073d84e9e9af6b9ac5c0136dfd2b828c676ef8a
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',