11
WXL
2023-10-10 36229448f3d9631a46101e6e7467cdaa64b08f86
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));
    },