修复调度日志点击多次数据不变化的问题
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user