|
|
@ -685,7 +685,7 @@ export function getPeopleKey(data?: any) { |
|
|
//获取人员信息
|
|
|
//获取人员信息
|
|
|
export function getUserCont(data?: any) { |
|
|
export function getUserCont(data?: any) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: '/systemapi/user/ ', |
|
|
url: '/systemapi/user/get_user_cont', |
|
|
method: 'get', |
|
|
method: 'get', |
|
|
data: data |
|
|
data: data |
|
|
}) |
|
|
}) |
|
|
|