yxh
yxh
2024-02-05 707e0ab1beeed7f34a4f10f963bb3b9060fcb9f4
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));
    },