Merge branch 'zcwy_0726_download' into dev0515

This commit is contained in:
nisen
2024-08-02 11:39:31 +08:00

View File

@@ -1049,6 +1049,7 @@
this.cwareChange.curriculumData = deepClone(this.cware.curriculumData)
}
}else if(index==2){
this.homework.content.contentName = this.homework.info.name
postData.content=this.homework.content;
postData.homework=this.homework.info;
this.homeworkChange = deepClone(this.homework)
@@ -1087,9 +1088,11 @@
this.exam.info.paperContent=JSON.stringify(this.exam.paperJson);
}
postData.exam=this.exam.info;
postData.content.contentName='考试';
this.examChange = deepClone(this.exam);
}else if(index==4){
this.assess.content.content=JSON.stringify(this.assess.json);
this.assess.content.contentName='评估';
postData.content=this.assess.content;
}