mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-23 23:35:06 +08:00
仿钉钉流程设计器- 后端接口调整
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
import request from '@/config/axios'
|
||||
|
||||
|
||||
export const saveBpmSimpleModel = async (data) => {
|
||||
export const updateBpmSimpleModel = async (data) => {
|
||||
return await request.post({
|
||||
url: '/bpm/simple/save',
|
||||
url: '/bpm/model/simple/update',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export const getBpmSimpleModel = async (modelId) => {
|
||||
return await request.get({
|
||||
url: '/bpm/simple/get?modelId=' + modelId
|
||||
url: '/bpm/model/simple/get?modelId=' + modelId
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user