wwl
2025-03-14 9aeca9737f173b9ee708e7da5599d3f78fd24259
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'
  })
}