|
@@ -1151,14 +1151,15 @@ export default {
|
|
musicGroupId: this.$route.query.id,
|
|
musicGroupId: this.$route.query.id,
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
- let query = this.$route.query;
|
|
|
|
- this.$message.success("开启成功");
|
|
|
|
- this.$router.push({
|
|
|
|
- path: "/business/teamDetail",
|
|
|
|
- query: {
|
|
|
|
- ...query,
|
|
|
|
- },
|
|
|
|
- });
|
|
|
|
|
|
+ // let query = this.$route.query;
|
|
|
|
+ // this.$message.success("开启成功");
|
|
|
|
+ // this.$router.push({
|
|
|
|
+ // path: "/business/teamDetail",
|
|
|
|
+ // query: {
|
|
|
|
+ // ...query,
|
|
|
|
+ // },
|
|
|
|
+ // });
|
|
|
|
+ this.onCancel()
|
|
}
|
|
}
|
|
});
|
|
});
|
|
})
|
|
})
|