This commit is contained in:
2021-10-28 19:31:51 +00:00
parent 5c1571d56e
commit 7a8d348f19

View File

@@ -114,10 +114,9 @@ export default {
if (res.data && res.data.busy) {
window.$gz.eventBus.$emit(
"notify-warning",
window.$gz.translation.get("AreYouSureUnsavedChanges"),
window.$gz.translation.get("ReportRenderAtCapacity"),
`${this.$store.state.helpUrl}/ay-report-busy`
);
// Too many report requests, please try again shortly
} else {
//all ok show report
const reportUrl = window.$gz.api.reportDownloadUrl(res.data);