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:
commit
5c296742e1
@ -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();
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user