Files
leaudit-platform-frontend/app
TanWenyan 02658b77b2 fix(document-types): 修复构建错误 - 替换为 FastAPI v3 接口
问题:
- document-types.new.tsx 仍在使用已重命名的 getAllRuleGroups 函数
- 导致构建失败:"getAllRuleGroups" is not exported

修复:
- getAllRuleGroups → getAllEvaluationPointGroups
- 传递正确的参数:includeDisabled=false, withRuleCount=true

影响范围:
- app/routes/document-types.new.tsx (文档类型创建/编辑页面)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 20:24:24 +08:00
..
2025-11-22 16:03:56 +08:00
2025-06-04 11:25:53 +08:00
2025-11-24 18:41:14 +08:00