| | |
| | | type: "warning"
|
| | | }).then(function() {
|
| | | return runJob(row.jobId, row.jobGroup);
|
| | | }).then(function() {
|
| | | }).then(() => {
|
| | | this.msgSuccess("执行成功");
|
| | | }).catch(function() {});
|
| | | },
|
| | |
| | | return toAjax(jobLogService.deleteJobLogByIds(jobLogIds)); |
| | | } |
| | | |
| | | /** |
| | | * 清空定时任务调度日志 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('monitor:job:remove')") |
| | | @Log(title = "调度日志", businessType = BusinessType.CLEAN) |
| | | @DeleteMapping("/clean") |
| | |
| | | return AjaxResult.success();
|
| | | }
|
| | |
|
| | | /**
|
| | | * 删除代码生成
|
| | | */
|
| | | @PreAuthorize("@ss.hasPermi('tool:gen:remove')")
|
| | | @Log(title = "代码生成", businessType = BusinessType.DELETE)
|
| | | @DeleteMapping("/{tableIds}")
|