feat: add export func

This commit is contained in:
2025-12-26 18:25:15 +08:00
parent 5031fafa9a
commit 9cbc19689c

View File

@@ -101,7 +101,7 @@ export default function ExportSidebar({ isOpen, onClose, result }: ExportSidebar
...(token ? { 'Authorization': token } : {}), ...(token ? { 'Authorization': token } : {}),
}, },
body: JSON.stringify({ body: JSON.stringify({
task_id: parseInt(result.id, 10), task_no: result.id,
type: type, type: type,
}), }),
}); });