修复调度日志点击多次数据不变化的问题

This commit is contained in:
RuoYi
2022-11-15 14:24:34 +08:00
parent c7fa74116c
commit 69a246ac8a
3 changed files with 3 additions and 3 deletions

View File

@ -448,7 +448,7 @@ function crontabFill(value) {
/** 任务日志列表查询 */
function handleJobLog(row) {
const jobId = row.jobId || 0;
router.push({ path: "/monitor/job-log/index", query: { jobId: jobId } });
router.push('/monitor/job-log/index/' + jobId)
}
/** 新增按钮操作 */
function handleAdd() {