lsc 2 years ago
parent
commit
5f28486870
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/addCourse.vue

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

@@ -4482,7 +4482,7 @@ export default {
               }
             }
           } else {
-            _unitJson = _unitJson2;
+            _unitJson = JSON.parse(JSON.stringify(_unitJson2));
           }
 
           for (let i = 0; i < unitJson.length; i++) {