0e812ba181
问题: - getChildGroups 函数内部仍在调用已重命名的 getRuleGroups 函数 - 导致运行时错误:"getRuleGroups is not defined" - 影响子分组加载功能 修复: - 更新 getChildGroups 使用 FastAPI v3 的 getEvaluationPointGroupChildren - 删除手动统计评查点数量的代码(FastAPI v3 接口已返回 rule_count) - 简化函数逻辑,直接返回接口数据 影响范围: - app/api/evaluation_points/rule-groups.ts (getChildGroups 函数) 功能: - 获取子分组列表及评查点数量 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>