From 71e8709a556ec8782e4da4bcae52fa050ef2066f Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 26 三月 2024 15:34:55 +0800
Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web

---
 ruoyi-ui/src/views/pet/noteInfo.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/pet/noteInfo.vue b/ruoyi-ui/src/views/pet/noteInfo.vue
index 832b643..36114ef 100644
--- a/ruoyi-ui/src/views/pet/noteInfo.vue
+++ b/ruoyi-ui/src/views/pet/noteInfo.vue
@@ -272,7 +272,7 @@
         for(let i = 0; i < paths.length; i++)
     {
       if(paths[i]!="") {
-    
+
         let pth = paths[i].substr(paths[i].length - 4, paths[i].length)
     //	alert(pth)
         if (_this.fot.includes(pth) === true)
@@ -291,7 +291,7 @@
           _this.fileListOther.push({name:nm, url: process.env.VUE_APP_BASE_TRUE_API+paths[i].substr(1),res:false})
     		else
     		_this.fileListOther.push({name:nm, url: process.env.VUE_APP_BASE_TRUE_API+paths[i],res:false})
-    		
+
     	}
       }
     //  _this.fileList1 = _this.fileList
@@ -341,7 +341,7 @@
 	  const Base64 = require('js-base64').Base64
 
 	  this.desurl = process.env.VUE_APP_BASE_OTHER_API+"preview/"+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl));
-	  let myWindow=window.open(this.desurl,'','width=1200,height=800,top=150,left=300');      
+	  let myWindow=window.open(this.desurl,'','width=1200,height=800,top=150,left=300');
 
 
 
@@ -507,11 +507,11 @@
    		let _this = this
 
    		this.uploading = true;
-		alert(234)
+		// alert(234)
    		uploadPic(formData).then(response => {
    		_this.uploadFileList1 = []
    		  _this.formData.url = _this.formData.url+","+response.fileNames
-		  alert(2346)
+		  // alert(2346)
    		    updatenotePet(_this.formData).then(response => {
    		      this.$modal.msgSuccess("鏂囨。涓婁紶鎴愬姛");
    		      // this.open = false;

--
Gitblit v1.9.1