|
@@ -465,7 +465,6 @@ export default {
|
|
|
chargeTypeId: this.topForm.payType || null,
|
|
|
musicGroupName: this.topForm.teamName || null,
|
|
|
musicGroupStatus: this.topForm.status || null,
|
|
|
- musicGroupId: this.$route.query.search,
|
|
|
searchType: this.$route.query.searchType,
|
|
|
}).then((res) => {
|
|
|
if (res.code == 200) {
|