|
@ -177,6 +177,7 @@ export default { |
|
|
jsonString.file_size = item.file.size |
|
|
jsonString.file_size = item.file.size |
|
|
jsonString.file_type = item.file.name.substring(item.name.lastIndexOf('.') + 1, item.file.name.length) |
|
|
jsonString.file_type = item.file.name.substring(item.name.lastIndexOf('.') + 1, item.file.name.length) |
|
|
// jsonString.file_path = res.data.data |
|
|
// jsonString.file_path = res.data.data |
|
|
|
|
|
json.last_modified = item.file.lastModified |
|
|
jsonString.file_path = '' |
|
|
jsonString.file_path = '' |
|
|
jsonString.sequence = null |
|
|
jsonString.sequence = null |
|
|
jsonString.archive_id = this.arcId |
|
|
jsonString.archive_id = this.arcId |
|
|