提交修改
This commit is contained in:
parent
9612cbc237
commit
5c817ee69a
@ -17,3 +17,11 @@ export const apiDepartmentMenuList = params => {
|
|||||||
export const apiGetFlowInfo = params => {
|
export const apiGetFlowInfo = params => {
|
||||||
return http({url: `/lz_management/user/lzflowmanager/get/flowInfo/${params}`, method: 'post'})
|
return http({url: `/lz_management/user/lzflowmanager/get/flowInfo/${params}`, method: 'post'})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const getFlow = params => {
|
||||||
|
return http({url: `/lz_management/user/lzflowmanager/get/flow/${params}`, method: 'post'})
|
||||||
|
}
|
||||||
|
|
||||||
|
export const saveFlow = (data) => {
|
||||||
|
return http({url: `/lz_management/user/lzflowmanager/save/flow`, method: 'post', data})
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user