From 3119fa3f7f7a1791d918d77d3e8315d762719ab7 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 13 十月 2024 22:23:10 +0800
Subject: [PATCH] 修改bug

---
 ruoyi-ui/src/views/collection/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/collection/index.vue b/ruoyi-ui/src/views/collection/index.vue
index 81732b1..86bb45f 100644
--- a/ruoyi-ui/src/views/collection/index.vue
+++ b/ruoyi-ui/src/views/collection/index.vue
@@ -842,7 +842,7 @@
       deleteShareData(list).then(()=>{
         Message({ message: "鏀跺洖鎴愬姛", type: 'success' })
 		this.getList1();
-		alert(234)
+		//alert(234)
         const list2 = {"shareIds": [this.selectWho]}
         shareToWho(list2,this.queryParams2).then(response => {
           this.shareList1 = response.data.data

--
Gitblit v1.9.1