mo 4 年之前
父节点
当前提交
fa4b29b52b

+ 2 - 1
src/views/teamBuild/components/soundSetComponents/soundSetCore.vue

@@ -147,7 +147,8 @@ export default {
      if (
         this.teamStatus == "look" ||
         this.teamStatus == "teamAudit" ||
-        this.teamStatus == "feeAudit"
+        this.teamStatus == "feeAudit"||
+        this.teamStatus ==  "teamCanceled"
       ) {
         this.basdisabled = true;
       } else {

+ 1 - 1
src/views/teamDetail/teamList.vue

@@ -841,7 +841,7 @@ export default {
           // 取消
            this.$router.push(
             {
-              path: "/business/teamBuild",
+              path: "/business/teamDraft",
               query: { type: "teamCanceled", id: row.id },
             },
             (router) => {