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