qinxianzhangyao
2024-05-27 015aeab7a6a99afd0b24ee6ea7b5e4a9c950c3b5
src/api/doctor/check.js
@@ -19,6 +19,15 @@
  })
}
// 体检科室列表显示接口
export function yingXiangGetProList(query) {
  return request({
    url: '/system/dept/yingXiangGetProList',
    method: 'get',
    params:query
  })
}
  // 点击详情 显示子项目详情 和父项目名
export function getSons(tjNumber) {
  return request({