test #7

Merged
klaus merged 2 commits from test into main 2023-11-14 12:11:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 850c7d038a - Show all commits

View File

@ -229,7 +229,7 @@ export default {
this.is_loading = true
try {
const res = await api.getCalculateContentDonation(this.start_date, this.end_date)
const res = await api.getCalculateContentDonation(this.start_date, this.end_date, this.page, this.page_size)
if (res.status === 200 && res.data.success === true) {
const data = res.data.data