Browse Source

处理数据缺失

qin_s5
herenshan112 2 weeks ago
parent
commit
581c7ba961
  1. 2
      src/api/hr/people/index.ts

2
src/api/hr/people/index.ts

@ -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
}) })

Loading…
Cancel
Save