From 9f5adc78ec0e386684a12f3b4f26a0fff4a3286f Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 30 Aug 2025 16:28:12 +0800
Subject: [PATCH] 1
---
src/views/home/components/HomeRight.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/home/components/HomeRight.vue b/src/views/home/components/HomeRight.vue
index 829fddb..f103f2e 100644
--- a/src/views/home/components/HomeRight.vue
+++ b/src/views/home/components/HomeRight.vue
@@ -224,6 +224,7 @@
if (data.status === 0) {
this.$message.success(data.msg);
this.getMoney();
+ this.$emit("Refresh");
} else {
this.$message.error(data.msg);
}
@@ -248,6 +249,7 @@
if (data.status == 0) {
this.$message.success(data.msg);
this.getInfoSite();
+ this.$emit("Refresh");
}
}),
},
--
Gitblit v1.9.3