feige
2024-02-20 8251d3ac36429c3522b589518b60cecbd1d3ec5b
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -101,6 +101,7 @@
                style="margin-left: 10px"
                size="small"
                type="success"
              v-if="btn"
                @click="picUpload"
              >上传到服务器</el-button>
      <h4 class="form-header">其他附件 </h4>
@@ -186,6 +187,7 @@
                style="margin-left: 10px"
                size="small"
                type="success"
                v-if="btn"
                @click="fileUpload"
              >上传到服务器</el-button>
                  <h4 class="form-header"> </h4>
@@ -478,7 +480,7 @@
      var formData = new FormData();
      this.$refs.upload1.submit();
      // formData.append('uploadFile', file);
   //   if(this.uploadFileList1.length==0)
      
      this.uploadFileList1.forEach((elem)=>{
         formData.append("files", elem)