提交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

@@ -9,4 +9,10 @@ export function getPersonInfo(id) {
url: `personnel/personBaseInfo/${id}`,
method: 'get'
})
}
export function getPersonBase(id) {
return get({
url: `personnel/personBaseInfo/${id}`,
method: 'get'
})
}