lsc 2 năm trước cách đây
mục cha
commit
8b090af351
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;