Commit b0c85efd authored by youjie's avatar youjie

no message

parent a78ee0f5
......@@ -651,6 +651,8 @@
};
sObj.CourseGradeId = this.stuInfo.CourseRate;
sObj.CourseGradeNo = "";
// 对比是否存在改学员
if(this.saveMsg.ChooseStuList.length>0){
let ArrId = this.saveMsg.ChooseStuList.map(item=>{return item.GuestId})
if(ArrId.indexOf(sObj.GuestId)==-1){
......@@ -712,6 +714,7 @@
});
return;
}
// 检查消课编号是否选择
let ArrCourseGradeNo = this.saveMsg.ChooseStuList.map(item=>{
return item.CourseGradeNo
})
......
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