lkk
2024-12-31 2f86e4951e782e8cb0bfe37276cfc6812fed9a62
src/api/system/comp.js
@@ -186,3 +186,11 @@
    data: data
  })
}
// 查询单位分组详细信息
export function getDetails(id) {
  return request({
    url: `/hosp/dwgrouping/${id}`,
    method: 'get'
  })
}