v0.8.3测试
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user