lkk
2024-12-16 c7b33db117fd2893d7d1c93bf5d46e87d33e44d0
src/api/doctor/check.js
@@ -20,6 +20,14 @@
}
// 体检科室列表显示接口
export function yichang(query) {
  return request({
    url: '/check/getzongjianyishengchakanyichangxiangmu',
    method: 'get',
    params:query
  })
}
// 体检科室列表显示接口
export function yingXiangGetProList(query) {
  return request({
    url: '/system/dept/yingXiangGetProList',
@@ -27,7 +35,6 @@
    params:query
  })
}
  // 点击详情 显示子项目详情 和父项目名
export function getSons(tjNumber) {
  return request({
@@ -86,11 +93,12 @@
    })
  }
  export function getDeptAdvice(proId) {
  export function getDeptAdvice(data) {
    return request({
      url: '/system/dept/getDeptAdvice/' + proId,
      url: '/system/dept/getDeptAdvice',
      method: 'get',
      // params:proId
      params:data
    })
  }
@@ -130,4 +138,13 @@
    method: 'get',
    params:data
  })
}
//点击父项目显示子项目详情
export function getAdviceByTjNumAndPro(data) {
  return request({
    url: '/system/dept/getAdviceByTjNumAndPro',
    method: 'get',
    params:data
  })
}