qinxianzhangyao
2024-06-27 f68fa3bc5fc0a286c88d82ee6eb95e8ad6be0d16
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({