diff --git a/assets/image_20260713142652330.png b/assets/image_20260713142652330.png new file mode 100644 index 0000000..0ed1c3a Binary files /dev/null and b/assets/image_20260713142652330.png differ diff --git a/templates/index.html b/templates/index.html index 4c9e688..7245a86 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2210,6 +2210,11 @@ } // 带日期参数加载历史记录 + // 加载历史记录(无日期筛选) + async function loadHistory(page = 1) { + loadHistoryWithDate(page); + } + async function loadHistoryWithDate(page, startDate, endDate) { try { let url = `/api/report/history?page=${page}&page_size=10`;