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

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

@@ -4489,7 +4489,7 @@ export default {
 
           for (let i = 0; i < unitJson.length; i++) {
             if (
-              i < _unitJson.length - 1 &&
+              (i < _unitJson.length - 1 || i == _unitJson.length - 1) &&
               _unitJson[i].chapterInfo[0].chapterid !=
                 unitJson[i].chapterInfo[0].chapterid
             ) {