Commit 49ecfba8 authored by 罗超's avatar 罗超

2

parent d2f93e31
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
}); });
return; return;
} }
this.reStuMsg.ChapterNo = this.saveObj.Ranks; this.reStuMsg.ChapterNo = this.saveObj.Ranks+this.saveObj.CourseGradeId;
this.reStuMsg.CourseGradeId = this.saveObj.CourseGradeId; this.reStuMsg.CourseGradeId = this.saveObj.CourseGradeId;
getCanAppointmentAgainList(this.reStuMsg).then(res => { getCanAppointmentAgainList(this.reStuMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
......
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
StuId: this.stuInfo.StuId, StuId: this.stuInfo.StuId,
GuestId: this.stuInfo.GuestId, GuestId: this.stuInfo.GuestId,
CourseId: this.saveObj.CourseId, CourseId: this.saveObj.CourseId,
ChapterNo: this.saveObj.Ranks, ChapterNo: this.saveObj.Ranks+this.saveObj.CourseGradeId,
CourseGradeId: this.saveObj.CourseGradeId CourseGradeId: this.saveObj.CourseGradeId
}; };
setAppointmentMakeup(saveMsg).then(res => { setAppointmentMakeup(saveMsg).then(res => {
......
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