mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 20:35:07 +08:00
仿钉钉设计流程-30%: 获取仿钉钉流程模型数据结构
This commit is contained in:
@ -6,4 +6,10 @@ export const saveBpmSimpleModel = async (data) => {
|
||||
url: '/bpm/simple/save',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export const getBpmSimpleModel = async (modelId) => {
|
||||
return await request.get({
|
||||
url: '/bpm/simple/get?modelId=' + modelId
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user