yxh
2026-08-12 10f1df2abb4f9d7de6e8031c2729684faad24734
src/views/project/documentfiles/index.vue
@@ -698,7 +698,7 @@
        this.$modal.msgSuccess(response.msg);
        this.fileList.push({ name: response.fileName, url: response.fileName });
      } else {
        this.$modal.msgError(response.msg);
        console.log(response.msg);;
      }
      //console.log("上传文件后:" + JSON.stringify(this.fileList));
    },