lsc 2 년 전
부모
커밋
bba75a0d1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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--;
             }