@@ -412,6 +412,7 @@ export const asyncTaskDownloadApi = (taskId) => {
{},
{
params: { taskId },
+ responseType: "blob",
}
);
};