chore: 新增/编辑/导出xml

This commit is contained in:
dap
2024-12-16 08:48:53 +08:00
parent cf5e6a1f1e
commit 330aaf69b2
4 changed files with 226 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ export function workflowDefinitionImport(file: File) {
export function workflowDefinitionExport(id: ID) {
return requestClient.postWithMsg<Blob>(
`/workflow/definition/exportDef/${id}`,
{},
{
responseType: 'blob',
isTransformResponse: false,