Commit f5c94aa0 authored by youjie's avatar youjie

no message

parent c547d7db
......@@ -118,7 +118,7 @@
lessonList:[],
classList:[
{name:'第一节',
StartTime:'9:30',
StartTime:'09:30',
EndTime:"11:00",
id:1,list:[
......@@ -175,8 +175,8 @@
}else{
let data = {
Date: i.SubDate,
StartTime:item.StartTime,
EndTime: item.EndTime,
StartTime:i.StartTime,
EndTime: i.EndTime,
DetailsId: i.DetailsId
}
methods.addClassSubmit(data)
......
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