luohairen
2024-11-28 c09e46ade0e6dc4851c286962a60e20259ccbdad
src/views/projectEngineering/projectLibrary/component/DocumentsInfo.vue
@@ -41,6 +41,9 @@
    }
  },
  methods: {
    submit() {
      console.log("文件submit")
    },
    handleRemove(file) {
      if (file) {
        this.fileIdList = this.documentsInfoList.map(item => item.fileId);