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