Browse Source

1231 12:31

111
mo 5 years ago
parent
commit
763a349238

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0040b65a.195c8755.js


File diff suppressed because it is too large
+ 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
                 }
               }
             }

Some files were not shown because too many files changed in this diff