lsc hace 2 años
padre
commit
8b090af351
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/pages/addCourse.vue

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

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