Explorar el Código

保存加字段filesize字段

duy hace 2 años
padre
commit
c4f5c075a1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/file/records.vue

+ 2 - 1
src/views/file/records.vue

@@ -1029,7 +1029,8 @@ const uploadsChange = (item) => {
                 filePage: item?.page || '',
                 isApproval:0,
                 isNeedCertification:0,
-                dutyUser: userInfo.value.real_name
+                dutyUser: userInfo.value.real_name,
+                fileSize:item['fileSize']
             }]
         })
         tableUploadData.value = newArr