From 47869ed41d8a0d329f770f1654b3794ba601d098 Mon Sep 17 00:00:00 2001 From: fei <791364011@qq.com> Date: 星期日, 21 九月 2025 10:59:23 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web --- 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