diff --git a/Web/src/views/system/job/index.vue b/Web/src/views/system/job/index.vue index 3273a904..31c5135e 100644 --- a/Web/src/views/system/job/index.vue +++ b/Web/src/views/system/job/index.vue @@ -8,11 +8,13 @@ - - - - - + + + + + + + @@ -531,7 +533,7 @@ const handleFold = () => { // 打开作业触发器运行记录 const openJobTriggerRecord = async (row: any) => { state.currentJob = row; - // state.recordPageParam.jobId = row?.jobDetail?.jobId; + state.recordPageParam.jobId = row?.jobDetail?.jobId; state.isVisibleDrawer = true; await handleQueryRecord(); };