Pārlūkot izejas kodu

修改计划招生人数

11
Xiao_Mo 4 gadi atpakaļ
vecāks
revīzija
a9b9e206e0

+ 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);
         }
       },