fix: 修复空结果导致定时测试模态框崩溃的问题
后端返回 null (Go nil slice) 时前端访问 .length 抛出 TypeError,
在 API 层对 listByAccount 和 listResults 加 ?? [] 兜底。
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Please register or sign in to comment
后端返回 null (Go nil slice) 时前端访问 .length 抛出 TypeError,
在 API 层对 listByAccount 和 listResults 加 ?? [] 兜底。
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>