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

@@ -33,10 +33,7 @@ const FlowTaskTemplateEdit: React.FC = () => {
},
},
initApi: preloadTemplateId
? {
method: 'GET',
url: `${commonInfo.baseAiUrl}/flow_task/template/detail/${preloadTemplateId}`,
}
? `get:${commonInfo.baseAiUrl}/flow_task/template/detail/${preloadTemplateId}`
: undefined,
wrapWithPanel: false,
...horizontalFormOptions(),