licp
2024-12-23 6a95b3e71b15523845a4a5ed17f57cd62ed94f33
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(){