lsc 2 vuotta sitten
vanhempi
commit
bba75a0d1d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/pages/addCourse.vue

+ 1 - 1
src/components/pages/addCourse.vue

@@ -4508,7 +4508,7 @@ export default {
           }
 
           if (_chapAarry.length) {
-            if (chapindex > _unitIndex) {
+            if (chapindex < _unitIndex) {
               this.isDelete = 2;
               this.unitIndex--;
             }