Commit 312fafc2 authored by zhengke's avatar zhengke

修改

parent e13523b3
...@@ -193,6 +193,9 @@ ...@@ -193,6 +193,9 @@
if (this.saveObj && this.saveObj.OrderId > 0) {} else { if (this.saveObj && this.saveObj.OrderId > 0) {} else {
this.OrderMsg.StartClassHours = res.Data.finishHours; this.OrderMsg.StartClassHours = res.Data.finishHours;
} }
if(this.OrderMsg&&this.OrderMsg.CourseId){
this.courseObj = this.CourseList.find(x => x.CourseId == this.OrderMsg.CourseId);
}
} }
}); });
}, },
......
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