From 51b1efce4605dfdd40d21ad72c64a619fe68217b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Sat, 19 Jul 2025 16:19:26 +0800
Subject: [PATCH] 优化账户预存通知bug
---
src/components/owner/ownerDetailAccount.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/components/owner/ownerDetailAccount.vue b/src/components/owner/ownerDetailAccount.vue
index 4351b4b..2fc5b41 100644
--- a/src/components/owner/ownerDetailAccount.vue
+++ b/src/components/owner/ownerDetailAccount.vue
@@ -40,7 +40,7 @@
-
+
@@ -75,6 +75,9 @@ export default {
this.ownerDetailAccountInfo.link = link
this._loadOwnerDetailAccountData(1, this.pagination.pageSize)
},
+ notify(){
+ this._loadOwnerDetailAccountData(1, this.pagination.pageSize)
+ },
_loadOwnerDetailAccountData(page, row) {
const params = {
communityId: getCommunityId(),
--
libgit2 0.21.4