Add updateListAllContributions on create, update & delete Contribution now we see the result in AllContributions.

This commit is contained in:
elweyn 2022-07-25 12:07:48 +02:00
parent 8edd4e88cb
commit 364901998c

View File

@ -126,6 +126,10 @@ export default {
currentPage: this.currentPage,
pageSize: this.pageSize,
})
this.updateListAllContributions({
currentPage: this.currentPage,
pageSize: this.pageSize,
})
this.verifyLogin()
})
.catch((err) => {
@ -150,6 +154,10 @@ export default {
currentPage: this.currentPage,
pageSize: this.pageSize,
})
this.updateListAllContributions({
currentPage: this.currentPage,
pageSize: this.pageSize,
})
this.verifyLogin()
})
.catch((err) => {
@ -171,6 +179,10 @@ export default {
currentPage: this.currentPage,
pageSize: this.pageSize,
})
this.updateListAllContributions({
currentPage: this.currentPage,
pageSize: this.pageSize,
})
this.verifyLogin()
})
.catch((err) => {