提交10.31

This commit is contained in:
wuzhimiao
2025-10-31 18:43:06 +08:00
parent 5859560694
commit a8742d4521
48 changed files with 945 additions and 1928 deletions

View File

@@ -22,3 +22,16 @@ export function getJbrInfo() {
method: 'get'
})
}
export function getPersonBase() {
return get({
url: `system/center/user/selectHxjbr`,
method: 'get'
})
}
export function returnPerson(params) {
return get({
'url': `/personnel/personBaseInfo/returnPerson`,
params
})
}