lsc 2 년 전
부모
커밋
8b090af351
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/addCourse.vue

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

@@ -4520,7 +4520,7 @@ export default {
               }
             }
           } else {
-            _unitJson2[this.unitIndex] = _unitJson[this.unitIndex];
+            _unitJson[this.unitIndex] = _unitJson2[this.unitIndex];
           }
           if (index == 1) {
             this.unitJson = _unitJson;