This commit is contained in:
@@ -48,7 +48,7 @@ export default {
|
|||||||
let href = window.$gz.api.genericDownloadUrl(
|
let href = window.$gz.api.genericDownloadUrl(
|
||||||
"export/download/" + res.data
|
"export/download/" + res.data
|
||||||
);
|
);
|
||||||
if (window.open(reportUrl, "DownloadExport") == null) {
|
if (window.open(href, "DownloadExport") == null) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"Unable to download, your browser rejected navigating to download url."
|
"Unable to download, your browser rejected navigating to download url."
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user