From a427dc73733de616424af4e3dd971fd3db763b7b Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 15 九月 2025 14:33:58 +0800
Subject: [PATCH] 新增了测试代码

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

diff --git a/ruoyi-ui/src/views/travel/travelInfo.vue b/ruoyi-ui/src/views/travel/travelInfo.vue
index ed3a99e..94ae0bb 100644
--- a/ruoyi-ui/src/views/travel/travelInfo.vue
+++ b/ruoyi-ui/src/views/travel/travelInfo.vue
@@ -629,6 +629,7 @@
     		uploadPic(formData).then(response => {
     		_this.uploadFileList1 = []
     		  _this.formData.url = _this.formData.url+","+response.fileNames
+
     		    updateTravelBase(_this.formData).then(response => {
     		      this.$modal.msgSuccess("鏂囨。涓婁紶鎴愬姛");
     		      // this.open = false;
@@ -677,6 +678,9 @@
     	//	alert(response.fileNames)
               _this.formData.url = _this.formData.url+","+response.fileNames
     		_this.uploadFileList = []
+        alert(response.urls)
+              alert(_this.formData.url)
+              alert(response.fileNames)
              // alert(87)
               updateTravelBase(_this.formData).then(response => {
                 _this.$modal.msgSuccess("鍥剧墖涓婁紶鎴愬姛");

--
Gitblit v1.9.1