From dc2144395dd23896004bf4f7a1ce73b5da4a315d Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期二, 02 四月 2024 15:33:56 +0800
Subject: [PATCH] 修改了3月30这周的所有bug1

---
 ruoyi-ui/src/views/bignote/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue
index 26eb5eb..70835d5 100644
--- a/ruoyi-ui/src/views/bignote/index.vue
+++ b/ruoyi-ui/src/views/bignote/index.vue
@@ -660,6 +660,7 @@
 		  }
       }
     },
+
     handlePictureCardPreview(file) {
       this.dialogImageUrl = file.url;
       this.dialogVisible = true;
@@ -761,12 +762,13 @@
 			formData.append("files", elem)
 
 		})
+    			// console.log(formData,'465456456')
 		//alert(90)
 		let _this = this
 		//alert(9)
 	    uploadPic(formData).then(response => {
 		//	alert("dds")
-    // console.log(response)
+			// console.log(response,'123123123')
     //     console.log(_this.formDat.url,'666')
 	      _this.formDat.url = _this.formDat.url+","+response.fileNames
 		  	 // alert(_this.formDat.url)

--
Gitblit v1.9.1