【功能实现】工作流:流程模型的分类、模型读取 list 接口

【功能实现】工作流:流程模型的分类名的修改实现
This commit is contained in:
YunaiV
2024-11-02 16:36:54 +08:00
parent fec7af453f
commit 1bb6a23ff8
5 changed files with 421 additions and 332 deletions

View File

@ -26,8 +26,8 @@ export type ModelVO = {
bpmnXml: string
}
export const getModelPage = async (params) => {
return await request.get({ url: '/bpm/model/page', params })
export const getModelList = async (name: string | undefined) => {
return await request.get({ url: '/bpm/model/list', params: { name } })
}
export const getModel = async (id: string) => {