mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 22:27:55 +08:00
优化账户预存通知bug
This commit is contained in:
parent
ab1ebb3cfd
commit
51b1efce46
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user