@@ -660,6 +660,12 @@ export default {
type: "success",
message: "正在后台导出中,请稍后到“导出任务列表”中下载!"
});
+ })
+ .catch(error => {
+ this.$notify({
+ type: "error",
+ message: error.response.data.desc
+ });
},
@@ -515,6 +515,12 @@ export default {
@@ -396,6 +396,12 @@ export default {
_exportData() {