ソースを参照

提交测试

1
mo 4 年 前
コミット
c2cb6a6e6b
1 ファイル変更9 行追加8 行削除
  1. 9 8
      src/views/teamBuild/signupList.vue

+ 9 - 8
src/views/teamBuild/signupList.vue

@@ -1151,14 +1151,15 @@ export default {
             musicGroupId: this.$route.query.id,
           }).then((res) => {
             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()
             }
           });
         })