parent
da17593aee
commit
38ddb9c4a3
2 changed files with 14 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||||||
|
import request from '@/router/axios'; |
||||||
|
|
||||||
|
const prefix = '/api/blade-workflow/process/user' |
||||||
|
|
||||||
|
export const getUser = (id) => { |
||||||
|
return request({ |
||||||
|
url: `${prefix}/detail`, |
||||||
|
method: 'get', |
||||||
|
params: { |
||||||
|
id |
||||||
|
} |
||||||
|
}) |
||||||
|
} |
||||||
Loading…
Reference in new issue