电子档案文件上传优化
This commit is contained in:
parent
a2a5585a75
commit
10fa5afc6b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue