wolyshaw 3 년 전
부모
커밋
c52f4f906c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/resetTeaming/components/archicesComponents/performance.vue

+ 1 - 0
src/views/resetTeaming/components/archicesComponents/performance.vue

@@ -186,6 +186,7 @@ export default {
     async FetchList() {
       try {
         const res = await musicGroupPerformanceQueryPage({
+          rows: this.rules.limit,
           page: this.rules.page,
           musicGroupId: this.$route.query.id,
         })