12
wwl
2025-01-02 01217cd5e6695c0651554a2355695f0ce60bb67d
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'
  })
}