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--;
             }