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