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