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