lkk
2025-01-14 ad4fe11495d320e59d137f9fa1019792c21d12ea
src/api/system/comp.js
@@ -185,4 +185,12 @@
    method: 'post',
    data: data
  })
}
// 查询单位分组详细信息
export function getDetails(id) {
  return request({
    url: `/hosp/dwgrouping/${id}`,
    method: 'get'
  })
}