fix: workflow

This commit is contained in:
xingyu4j
2025-09-04 10:17:08 +08:00
parent e7e2ebdb73
commit 6b3818ff40
2 changed files with 15 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ function handleEdit(row: any) {
name: 'AiWorkflowCreate',
query: {
id: row.id,
type: 'update',
},
});
}