|
|
@ -539,7 +539,9 @@ export default { |
|
|
|
json.img_path = item.img_path || item.imgPath |
|
|
|
json.file_size = item.file_size || item.fileSize |
|
|
|
if (this.release_id) { |
|
|
|
json.rm_id = this.isEditMaterial[index].id |
|
|
|
if (this.isEditMaterial.length != 0) { |
|
|
|
json.rm_id = this.isEditMaterial[index].id |
|
|
|
} |
|
|
|
} else { |
|
|
|
json.rm_id = null |
|
|
|
} |
|
|
|