🔨 数据清理时添加条数限制.

This commit is contained in:
lijiahang
2024-08-26 17:10:40 +08:00
parent 6c60756e54
commit a0adb415fa
41 changed files with 295 additions and 51 deletions

View File

@@ -222,7 +222,7 @@
// 下载计划任务日志
fileGetter = downloadExecJobLogFile(id);
}
// 瞎子啊
// 下载
const data = await fileGetter;
downloadFile(data);
};