feat(web): 增加任务和流程图CRUD
This commit is contained in:
@@ -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']}`)
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user