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) { if (res.data && res.data.busy) {
window.$gz.eventBus.$emit( window.$gz.eventBus.$emit(
"notify-warning", "notify-warning",
window.$gz.translation.get("AreYouSureUnsavedChanges"), window.$gz.translation.get("ReportRenderAtCapacity"),
`${this.$store.state.helpUrl}/ay-report-busy` `${this.$store.state.helpUrl}/ay-report-busy`
); );
// Too many report requests, please try again shortly
} 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);