|
@@ -185,7 +185,8 @@ export default {
|
|
|
async FetchList() {
|
|
|
try {
|
|
|
const res = await musicGroupPerformanceQueryPage({
|
|
|
- page: this.rules.page
|
|
|
+ page: this.rules.page,
|
|
|
+ musicGroupId: this.$route.query.id,
|
|
|
})
|
|
|
this.tableList = res.data.rows;
|
|
|
this.rules.total = res.data.total;
|