fix: 修复生成日报按钮无响应问题,支持批量生成

Coze-Commit-Type: user
Coze-User-ID: 3722323274763196
Coze-Conversation-ID: 9894087
This commit is contained in:
user9994793890
2026-07-13 14:14:05 +08:00
parent a525544ad3
commit 8e5657aeee

View File

@@ -2104,7 +2104,7 @@
const startTime = document.getElementById('start-time').value;
const endTime = document.getElementById('end-time').value;
if (checkboxs.length === 0) {
if (checkboxes.length === 0) {
alert('请至少选择一个配置');
return;
}