合并pingcode上的bug

This commit is contained in:
zhangsir
2024-08-05 17:56:54 +08:00
parent 94702ea288
commit b38f32f6dd
2 changed files with 140 additions and 133 deletions

View File

@@ -1049,7 +1049,7 @@
this.cwareChange.curriculumData = deepClone(this.cware.curriculumData)
}
}else if(index==2){
this.homework.content.contentName = this.homework.info.name
this.homework.content.contentName = this.homework.info.name || '作业'
postData.content=this.homework.content;
postData.homework=this.homework.info;
this.homeworkChange = deepClone(this.homework)