From 1a986548af28d1516c43ce0b4385f9fa5ee138f5 Mon Sep 17 00:00:00 2001 From: wangxiangwen <1906413238@qq.com> Date: Thu, 24 Jul 2025 15:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activitylink/src/views/zhongchou/activity/detail/index.vue | 7 ++++++- activitylink/src/views/zhongchou/user/index.vue | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/activitylink/src/views/zhongchou/activity/detail/index.vue b/activitylink/src/views/zhongchou/activity/detail/index.vue index d69669e..2578f70 100644 --- a/activitylink/src/views/zhongchou/activity/detail/index.vue +++ b/activitylink/src/views/zhongchou/activity/detail/index.vue @@ -45,7 +45,12 @@
- + + + + diff --git a/activitylink/src/views/zhongchou/user/index.vue b/activitylink/src/views/zhongchou/user/index.vue index 9014a03..67e1f21 100644 --- a/activitylink/src/views/zhongchou/user/index.vue +++ b/activitylink/src/views/zhongchou/user/index.vue @@ -123,7 +123,7 @@ try { const response = await deleteuserByjwcode({ jwcode: deleteJwcode.value }) if (response.code === 200) { ElMessage.success('删除成功') - fetchWinList() // 刷新列表 + handleReset() // 刷新列表 } else { ElMessage.error(response.message || '删除失败') }