qinxianzhangyao
2024-06-20 f8acaa2e9ff3cc2b1fd91d3d6372434d6c10f8f5
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({