瀏覽代碼

1231 12:31

111
mo 5 年之前
父節點
當前提交
763a349238

文件差異過大導致無法顯示
+ 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
                 }
               }
             }

部分文件因文件數量過多而無法顯示