From a96f8fe6fcdb95d1ab77187afb0b98cfa2ea0515 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Thu, 25 Sep 2025 15:07:58 +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