Commit 78f02bca authored by zhengke's avatar zhengke

no message

parent 32bd412f
......@@ -1164,7 +1164,6 @@ export default {
if(this.selectedCourseList.length>1){
this.multipleAppointmentsFun()
}else{
return
this.singleAppointmentsFun()
}
},
......@@ -1173,9 +1172,9 @@ export default {
//插班验证课程和生效时间
this.courseInformationList.forEach(item=>{
item.StuIds = this.stuData.StuList.map(e => e.StuId).toString();
item.HelpEnterId = this.OrderMsg.HelpEnterId
item.CustomerId = this.stuData.CustomerId;
})
console.log(this.courseInformationList,'======')
// this.$emit("success");
// this.$emit("cancelloading"); //取消按钮的加载
// return
......
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