From b30a4a674c6ac68f97c7a3a9e01a71b5e8f6219a Mon Sep 17 00:00:00 2001 From: KaneLeung Date: Tue, 22 Oct 2024 11:56:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A9=E2=80=8D=F0=9F=9A=92=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E6=90=9C=E7=B4=A2=E5=AD=97=E6=AE=B5=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 536行是Pro特有的,不用更新到开源版本 --- Web/src/views/system/job/index.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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(); };