일자별 콘텐츠 후원 페이지 - 페이징 추가
This commit is contained in:
parent
d890e84a20
commit
850c7d038a
|
@ -229,7 +229,7 @@ export default {
|
||||||
this.is_loading = true
|
this.is_loading = true
|
||||||
|
|
||||||
try {
|
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) {
|
if (res.status === 200 && res.data.success === true) {
|
||||||
const data = res.data.data
|
const data = res.data.data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue