This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user