This commit is contained in:
2021-10-28 19:29:51 +00:00
parent 6ea84438e1
commit 5c1571d56e
2 changed files with 3 additions and 4 deletions

View File

@@ -284,7 +284,8 @@ export default {
"CopyToClipboard",
"AyaType",
"Now",
"DateRangeToday"
"DateRangeToday",
"ReportRenderAtCapacity"
],
////////////////////////////////////////////////////////

View File

@@ -117,9 +117,7 @@ export default {
window.$gz.translation.get("AreYouSureUnsavedChanges"),
`${this.$store.state.helpUrl}/ay-report-busy`
);
// this.resolve(null);
// this.isVisible = false;
// return;
// Too many report requests, please try again shortly
} else {
//all ok show report
const reportUrl = window.$gz.api.reportDownloadUrl(res.data);