This commit is contained in:
@@ -106,6 +106,16 @@ export default {
|
||||
reportDataOptions
|
||||
);
|
||||
this.rendering = false;
|
||||
|
||||
if (res.data && res.data.busy) {
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-warning",
|
||||
"Dammit captain, I'm giving it all she's got, try again later"
|
||||
);
|
||||
this.resolve(null);
|
||||
this.isVisible = false;
|
||||
return;
|
||||
}
|
||||
if (res.error) {
|
||||
this.reject(res);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user