人员文件上传展示慢,以及bug问题解决
This commit is contained in:
parent
307729a380
commit
304c10975e
|
|
@ -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
Loading…
Reference in New Issue