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