Commit 78f02bca authored by zhengke's avatar zhengke

no message

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