feige
2025-09-15 2f885108269ec626904aa7907a7beb024666140d
修改了一下前端代码
1个文件已修改
7 ■■■■ 已修改文件
ruoyi-ui/src/views/travel/travelInfo.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/travel/travelInfo.vue
@@ -81,7 +81,7 @@
          multiple
          :limit="100"
          ref="upload"
                          :show-file-list="true"
          :http-request="requestUpload"
@@ -586,17 +586,20 @@
    //自定义上传方法
        handleChange(file, fileList1) {
           //定义一个全局数组uploadFileList来做存储
console.log(file)
         // this.uploadFileList.push(file.raw);
          console.log("=========5555=========")
          console.log(file.raw)
          this.uploadFileList.push(file.raw);
           this.fileList.push({name:file.name,url:file.url,res:true})
       //  alert(23)
        },
        //自定义上传方法
        handleChange1(file, fileListOther12) {
               //定义一个全局数组uploadFileList来做存储
             // this.uploadFileList.push(file.raw);
             this.uploadFileList1.push(file.raw);
              this.fileListOther.push({name:file.name,url:file.url,res:true})
              console.log("=========5555=========")