|
@@ -272,7 +272,7 @@ export default {
|
|
|
rows: this.rules.limit,
|
|
|
...this.searchForm,
|
|
|
musicGroupId: this.$route.query.musicGroupId,
|
|
|
- cooperationOrganId:this.$route.query.cooperationOrganId || null,
|
|
|
+ cooperationId:this.$route.query.cooperationOrganId || null,
|
|
|
organId: this.$route.query.organId || null,
|
|
|
});
|
|
|
this.tableList = res.data.rows;
|