ruoyi-ui/src/views/monitor/job/log.vue
@@ -263,7 +263,7 @@ }).then(() => { this.getList(); this.msgSuccess("删除成功"); }).catch(function() {}); }) }, /** 清空按钮操作 */ handleClean() { @@ -276,7 +276,7 @@ }).then(() => { this.getList(); this.msgSuccess("清空成功"); }).catch(function() {}); }) }, /** 导出按钮操作 */ handleExport() { @@ -289,7 +289,7 @@ return exportJobLog(queryParams); }).then(response => { this.download(response.msg); }).catch(function() {}); }) } } };