v0.8.3测试

This commit is contained in:
2026-04-16 10:08:09 +08:00
parent a33270be0e
commit 4cbf294cd9
3 changed files with 29 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ async function exportConductRecords() {
showToast('正在导出...', 'info');
try {
const params = { page: 1, page_size: 10000 };
const params = { page: 1, page_size: 1000 };
if (startDate) params.start_date = startDate;
if (endDate) params.end_date = endDate;