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", "CopyToClipboard",
"AyaType", "AyaType",
"Now", "Now",
"DateRangeToday" "DateRangeToday",
"ReportRenderAtCapacity"
], ],
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////

View File

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