lsc vor 4 Jahren
Ursprung
Commit
8b090af351
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;