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(),