提交修改

This commit is contained in:
quyixiao 2020-09-29 17:26:03 +08:00
parent 535457198e
commit 8e3f550457

View File

@ -19,7 +19,7 @@ export const apiGetFlowInfo = params => {
}
export const getFlow = (data) => {
return http({url: `/lz_management/user/lzflowmanager/get/flow`, method: 'post',data})
return http({url: `/lz_management/user/lzflowmanager/get/flow`, method: 'post', data})
}
export const saveFlow = (data) => {