licp
2024-12-23 538a85d255649dde4ad148732386b5937b5fc34e
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(){