🧎‍♀️修复打开作业触发器运行记录缺少jobId参数

This commit is contained in:
KaneLeung 2024-09-22 21:08:14 +08:00
parent 7502baafad
commit c4b175ed1f

View File

@ -520,6 +520,7 @@ const handleFold = () => {
//
const openJobTriggerRecord = async (row: any) => {
state.currentJob = row;
state.recordPageParam.jobId = row?.jobDetail?.jobId;
state.isVisibleDrawer = true;
await handleQueryRecord();
};