Эх сурвалжийг харах

🎧修复开源版无法查看执行记录的问题

KaneLeung 1 жил өмнө
parent
commit
69a2386a1d

+ 0 - 1
Web/src/views/system/job/index.vue

@@ -512,7 +512,6 @@ const getHttpMethodDesc = (httpMethodStr: string | undefined | null): string =>
 // 打开作业触发器运行记录
 const openJobTriggerRecord = async (row: any) => {
 	state.currentJob = row;
-	state.recordPageParam.jobId = row?.jobDetail?.jobId;
 	state.isVisibleDrawer = true;
 	await handleQuery2();
 };