소스 검색

1231 12:31

111
mo 5 년 전
부모
커밋
763a349238
4개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-0040b65a.195c8755.js
  3. 0 0
      dist/static/js/chunk-0040b65a.3f381d22.js
  4. 2 0
      src/views/resetTeaming/components/resetSound.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-0040b65a.195c8755.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-0040b65a.3f381d22.js


+ 2 - 0
src/views/resetTeaming/components/resetSound.vue

@@ -271,10 +271,12 @@ export default {
             for (let y = 0; y < this.soundList[x].subjects.length; y++) {
               // console.log(this.soundList[x].subjects[y].id)
               for (let z = 0; z < this.activeSoundList.length; z++) {
+                // console.log(this.soundList[x].subjects, y)
                 if (this.soundList[x].subjects[y].id == this.activeSoundList[z].id) {
                   this.soundList[x].subjects.splice(y, 1)
                   // this.soundList[x].subjects[y] = null
                   y--
+                  if (y < 0) y = 0
                 }
               }
             }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.