qx
qx
2025-03-07 b8f2ac37e0aa280dbc3f8e72887b5d2a1bdb60d5
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'
  })
}