yxh
yxh
6 天以前 8022f7036945b75f82f2dfc43055623f81ed98f6
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));
    },