feat: 导入账号后轮询任务状态

This commit is contained in:
rd
2025-07-18 14:43:19 +08:00
parent 69c7415aea
commit 5063cd50f8
8 changed files with 100 additions and 52 deletions

View File

@ -107,8 +107,8 @@ export default {
};
const handleDownload = (record) => {
showExportNotification(record.name)
record.file && downloadByUrl(record.file);
showExportNotification(`正在下载“${record.name}”,请稍后...`)
// record.file && downloadByUrl(record.file);
};
const handleBatchDownload = () => {
// 批量下载逻辑

View File

@ -107,7 +107,7 @@ export default {
};
const handleDownload = (record) => {
showExportNotification(record.name)
showExportNotification(`正在下载“${record.name}”,请稍后...`)
};
const handleBatchDownload = () => {
// 批量下载逻辑