@@ -532,8 +532,9 @@ export default {
return exportCourseRedPacketLog(queryParams);
}).then(response => {
this.download(response.msg);
+ }).catch(() => {}).finally(() => {
this.exportLoading = false;
- }).catch(() => {});
+ });
}
};