mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat-wip(projects): 对接流程定义功能ing
This commit is contained in:
@ -54,3 +54,11 @@ export function fetchActiveDefinition(id: CommonType.IdType, active: boolean) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/** 发布流程定义 */
|
||||
export function fetchPublishDefinition(id: CommonType.IdType) {
|
||||
return request<boolean>({
|
||||
url: `/workflow/definition/publish/${id}`,
|
||||
method: 'put'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user