mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-23 23:35:06 +08:00
仿钉钉流程设计器- 简化审批拒绝逻辑
This commit is contained in:
@ -8,8 +8,8 @@ export const updateBpmSimpleModel = async (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
export const getBpmSimpleModel = async (modelId) => {
|
||||
export const getBpmSimpleModel = async (id) => {
|
||||
return await request.get({
|
||||
url: '/bpm/model/simple/get?modelId=' + modelId
|
||||
url: '/bpm/model/simple/get?id=' + id
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user