src/components/do/a8-file-handling/DistributionCollectionRecord.vue
@@ -441,10 +441,12 @@ changeFileList(e){ if(e){ let obj = this.fileList.find(a=>a.documentCode == e) if(obj){ this.addInfo.name = obj.name this.addInfo.version = obj.version this.addInfo.state = obj.state } } }, // 提交 handleAdd(){