크리에이터별 정산 - 페이징 추가 #41
@@ -286,7 +286,7 @@ export default {
 | 
				
			|||||||
      this.is_loading = true
 | 
					      this.is_loading = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      try {
 | 
					      try {
 | 
				
			||||||
        const res = await api.getCalculateCommunityByCreator(this.start_date, this.end_date)
 | 
					        const res = await api.getCalculateCommunityByCreator(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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -286,7 +286,7 @@ export default {
 | 
				
			|||||||
      this.is_loading = true
 | 
					      this.is_loading = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      try {
 | 
					      try {
 | 
				
			||||||
        const res = await api.getCalculateContentByCreator(this.start_date, this.end_date)
 | 
					        const res = await api.getCalculateContentByCreator(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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -286,7 +286,7 @@ export default {
 | 
				
			|||||||
      this.is_loading = true
 | 
					      this.is_loading = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      try {
 | 
					      try {
 | 
				
			||||||
        const res = await api.getCalculateLiveByCreator(this.start_date, this.end_date)
 | 
					        const res = await api.getCalculateLiveByCreator(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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user