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