人员文件上传展示慢,以及bug问题解决

This commit is contained in:
jjLv 2024-09-14 12:13:18 +08:00
parent 307729a380
commit 304c10975e
2 changed files with 1191 additions and 1171 deletions

View File

@ -44,6 +44,15 @@ export function getPersonInfo(data) {
})
}
// 文件地址详情
export function getFileUrl(data) {
return request({
url: '/bracelet/person/getFileUrl',
method: 'post',
data: data
})
}
//证书详情
export function getCertificate(memberId) {
return request({

File diff suppressed because it is too large Load Diff