【功能优化】BPM:待审批、已审批的所属流程的筛选

This commit is contained in:
YunaiV
2025-03-01 20:39:50 +08:00
parent f974bf236e
commit 20564ed803
5 changed files with 97 additions and 316 deletions

View File

@ -20,3 +20,9 @@ export const getProcessDefinitionList = async (params) => {
params
})
}
export const getSimpleProcessDefinitionList = async () => {
return await request.get({
url: '/bpm/process-definition/simple-list'
})
}