|
@@ -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,
|