This commit is contained in:
zuohuaijun 2024-09-23 21:42:50 +08:00
commit 8ba0afc949

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