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