仿钉钉流程设计器- 简化审批拒绝逻辑

This commit is contained in:
jason
2024-06-18 00:06:52 +08:00
parent d5a7ae1865
commit 5ee0a7b946
6 changed files with 11 additions and 49 deletions

View File

@ -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
})
}