fix : 修复细节

This commit is contained in:
clay
2024-05-23 10:00:21 +08:00
parent e1b9f3f220
commit 21f90e438c
3 changed files with 33 additions and 2 deletions

View File

@@ -60,3 +60,12 @@ export function addProcessDefinition(param) {
data: param
})
}
export function getTypeOption() {
return request({
url: "/workflow/process/definition/type/option",
method: "get",
})
}