|
|
@@ -238,7 +238,7 @@
|
|
|
filePath: e.path,
|
|
|
success: (info) => {
|
|
|
console.log('文件大小:', info.size); // 单位:字节
|
|
|
- let attachment_size=parseInt(info.size/1024)
|
|
|
+ let attachment_size=(info.size/1024).toFixed(1)
|
|
|
that.$queue.uploadFile(e.path,function(path){
|
|
|
if(path)
|
|
|
that.$Request.postJson("/app/resumes/saveAttachment", {
|