浏览代码

修改计划招生人数

11
Xiao_Mo 4 年之前
父节点
当前提交
a9b9e206e0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/teamBuild/components/soundSetComponents/soundSetCore.vue

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

@@ -501,8 +501,8 @@ export default {
             }
           }
 
-          chioseSoundNum = Count;
-          PlannedCount = n.length;
+          chioseSoundNum = n.length;
+          PlannedCount = Count;
           this.$emit("getNumber", chioseSoundNum, PlannedCount);
         }
       },