lsc 7 months ago
parent
commit
9f44c9316c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/components/pages/aiAddCourse/addCourse.vue

+ 5 - 5
src/components/pages/aiAddCourse/addCourse.vue

@@ -8806,7 +8806,7 @@ export default {
       // this.dialogVisibleAiCreateVideo = false;
     },
     async createTeacherAn(index){
-      this.lineCount = index;
+      // this.lineCount = index;
       this.loading = true
       let md = new MarkdownIt();
       if(this.courseState == 4){
@@ -8928,11 +8928,11 @@ export default {
                       _this.$message.error("上传失败");
                   } else {
                     let _index = 0
-                    if(_this.lineCount == 0 || _this.lineCount){
-                      _index = _this.lineCount
-                    }else {
+                    // if(_this.lineCount == 0 || _this.lineCount){
+                    //   _index = _this.lineCount
+                    // }else {
                       _index = index
-                    }
+                    // }
                     _this.unitJson[0].chapterInfo[0].taskJson[_index].chapterData.unshift({
                         name: file.name,
                         url: data.Location,