@@ -315,7 +315,9 @@ export default {
}).then(response => {
this.download(response.msg);
this.exportLoading = false;
- }).catch(() => {});
+ }).catch(() => {
+ this.exportLoading = false;
+ });
}
},