wolyshaw 3 years ago
parent
commit
c52f4f906c

+ 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,
         })