@@ -286,10 +286,9 @@ export default {
if (this.loading) return;
this.loading = true;
- const type = row.hasResultFile ? "RESULT" : "IMPORT_FILE";
const res = await attachmentDownload({
id: row.id,
- type
+ type: row.downloadType
}).catch(() => {});
this.loading = false;