From 3d8bff94da257d3f429373297975c33b1b7ce28c Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期三, 09 十月 2024 20:58:37 +0800
Subject: [PATCH] 修改了对应的代码

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

diff --git a/ruoyi-ui/src/views/collection/index.vue b/ruoyi-ui/src/views/collection/index.vue
index a7498fd..81732b1 100644
--- a/ruoyi-ui/src/views/collection/index.vue
+++ b/ruoyi-ui/src/views/collection/index.vue
@@ -841,7 +841,8 @@
       const list = {"shareIds": [this.selectWho],"shareContents": [row.id]}
       deleteShareData(list).then(()=>{
         Message({ message: "鏀跺洖鎴愬姛", type: 'success' })
-
+		this.getList1();
+		alert(234)
         const list2 = {"shareIds": [this.selectWho]}
         shareToWho(list2,this.queryParams2).then(response => {
           this.shareList1 = response.data.data
@@ -981,6 +982,7 @@
       }).then(() => {
 
         this.getList();
+		this.getList1();
         this.$modal.msgSuccess("鍒嗕韩鎴愬姛");
         this.id1 = undefined
         this.open1 = false;

--
Gitblit v1.9.1