Commit 8e79f5cb authored by 罗超's avatar 罗超

2

parent c15e00a5
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
this.stuMsg.CourseId = this.teaClassMsg.CourseId || 0; this.stuMsg.CourseId = this.teaClassMsg.CourseId || 0;
if (this.editType == 1) { if (this.editType == 1) {
this.stuMsg.CourseGradeId = this.checkChapter.CourseRate || 0; this.stuMsg.CourseGradeId = this.checkChapter.CourseRate || 0;
this.stuMsg.NextCourseGradeNo = this.checkChapter.ChapterNo || 0; this.stuMsg.NextCourseGradeNo = this.checkChapter.ChapterGradeNo || 0;
} }
if (this.editType == 2) { if (this.editType == 2) {
this.stuMsg.CourseGradeId = this.saveObj.CourseGradeId || 0; this.stuMsg.CourseGradeId = this.saveObj.CourseGradeId || 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment