【功能新增】BPM:支持通过“历史”进行恢复

This commit is contained in:
YunaiV
2025-03-02 09:56:44 +08:00
parent 2a73b9c4fc
commit a26cb120d1
4 changed files with 79 additions and 47 deletions

View File

@@ -31,6 +31,7 @@ export const getModelList = async (name: string | undefined) => {
}
export const getModel = async (id: string) => {
debugger
return await request.get({ url: '/bpm/model/get?id=' + id })
}