feat(web): 增加任务和流程图CRUD

This commit is contained in:
2025-07-03 22:21:31 +08:00
parent 8ebaf5de8e
commit abdbb5ed03
20 changed files with 71 additions and 105 deletions

View File

@@ -97,7 +97,7 @@ const FlowTaskTemplate: React.FC = () => {
actionType: 'custom',
// @ts-ignore
script: (context, doAction, event) => {
navigate(`/ai/flow_task_template/edit/${context.props.data['id']}`)
navigate(`/ai/flow_task_template/flow/edit/${context.props.data['id']}`)
},
},
],