Merge pull request '🧎‍♀️修复打开作业触发器运行记录缺少jobId参数' (#141) from KaneLeung/Admin.NET.Pro:main into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/141
This commit is contained in:
zuohuaijun 2024-09-23 11:14:55 +08:00
commit 5c296742e1

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();
};