| | |
| | | }) |
| | | } |
| | | |
| | | // 查询体检项目列表(树形结构) |
| | | export function getAllChildListById(data) { |
| | | return request({ |
| | | url: 'hosp/project/getAllChildListById', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | // 查询体检项目详细 |
| | | export function getProject(proId) { |
| | | return request({ |
| | |
| | | }) |
| | | } |
| | | |
| | | // 查询部门下拉树结构 |
| | | export function deptTree111() { |
| | | return request({ |
| | | url: 'system/dept/deptTree111', |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | |
| | | // 新增体检项目 |
| | | export function getChartByDeptId(query) { |
| | |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | // 查询体检项目详细 |
| | | export function getInfoByProId(proId) { |
| | | return request({ |
| | | url: 'hosp/project/getInfoByProId', |
| | | method: 'get', |
| | | params: {proId:proId} |
| | | }) |
| | | } |