电子档案文件上传优化

This commit is contained in:
zzyuan 2025-01-17 16:13:19 +08:00
parent a2a5585a75
commit 10fa5afc6b
1 changed files with 2 additions and 2 deletions

View File

@ -727,7 +727,7 @@ export default {
let param = {
docName:response.data.name,
docUrl:response.data.url,
docType:response.data.name.split(".")[1],
docType:response.data.name.split(".").pop(),
docSize:(file.size / 1024 / 1024).toFixed(2),
detailsId:this.queryParams.detailsId,
infoId:this.queryParams.infoId,