mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化账户预存通知bug
This commit is contained in:
parent
ab1ebb3cfd
commit
51b1efce46
@ -40,7 +40,7 @@
|
|||||||
</el-pagination>
|
</el-pagination>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<prestore-account ref="prestoreAccount" @success="_loadOwnerDetailAccountData"></prestore-account>
|
<prestore-account ref="prestoreAccount" @success="notify"></prestore-account>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -75,6 +75,9 @@ export default {
|
|||||||
this.ownerDetailAccountInfo.link = link
|
this.ownerDetailAccountInfo.link = link
|
||||||
this._loadOwnerDetailAccountData(1, this.pagination.pageSize)
|
this._loadOwnerDetailAccountData(1, this.pagination.pageSize)
|
||||||
},
|
},
|
||||||
|
notify(){
|
||||||
|
this._loadOwnerDetailAccountData(1, this.pagination.pageSize)
|
||||||
|
},
|
||||||
_loadOwnerDetailAccountData(page, row) {
|
_loadOwnerDetailAccountData(page, row) {
|
||||||
const params = {
|
const params = {
|
||||||
communityId: getCommunityId(),
|
communityId: getCommunityId(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user