优化账户预存通知bug

This commit is contained in:
wuxw 2025-07-19 16:19:26 +08:00
parent ab1ebb3cfd
commit 51b1efce46

View File

@ -40,7 +40,7 @@
</el-pagination>
</div>
<prestore-account ref="prestoreAccount" @success="_loadOwnerDetailAccountData"></prestore-account>
<prestore-account ref="prestoreAccount" @success="notify"></prestore-account>
</div>
</template>
@ -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(),