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