Преглед изворни кода

修改计划招生人数

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