From 2f885108269ec626904aa7907a7beb024666140d Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 15 九月 2025 09:39:47 +0800
Subject: [PATCH] 修改了一下前端代码

---
 ruoyi-ui/src/views/travel/travelInfo.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/travel/travelInfo.vue b/ruoyi-ui/src/views/travel/travelInfo.vue
index 91bfb37..ed3a99e 100644
--- a/ruoyi-ui/src/views/travel/travelInfo.vue
+++ b/ruoyi-ui/src/views/travel/travelInfo.vue
@@ -81,9 +81,9 @@
           multiple
 
 
-
+          :limit="100"
 		  ref="upload"
-		  		        :show-file-list="true"
+		  :show-file-list="true"
 		  :http-request="requestUpload"
 		         :file-list="fileList"
 		       :on-change="handleChange"
@@ -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=========")
@@ -720,11 +723,11 @@
 <style scoped>
 	.el-table__row.statistics-warning-row {
 	  background: #E0EEFE;
-	
+
 	}
 	.el-table__row.statistics-warning-row1 {
 	  background: #FFEFF2;
-	
+
 	}
 .app-container{
   background-color: #FEF7FC;

--
Gitblit v1.9.1