This commit is contained in:
@@ -284,7 +284,8 @@ export default {
|
|||||||
"CopyToClipboard",
|
"CopyToClipboard",
|
||||||
"AyaType",
|
"AyaType",
|
||||||
"Now",
|
"Now",
|
||||||
"DateRangeToday"
|
"DateRangeToday",
|
||||||
|
"ReportRenderAtCapacity"
|
||||||
],
|
],
|
||||||
|
|
||||||
////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user