11
WXL
2023-10-25 6196fc48d9a22add90e600e2d3a9ed8bacad3dd7
src/views/project/components/annexupload/index.vue
@@ -311,7 +311,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));
    },