Compare commits

..

No commits in common. "7505269db3ad7b44d3f8cef9471765315557994c" and "15eeb6943d59e126476f4da3d788f53dd091f0e5" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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