Commit 1b00db10 authored by zhengke's avatar zhengke

1

parent a5825e80
......@@ -339,6 +339,12 @@
x.LessonPlanId=0;
}
x.LessonPlanDetailsList.forEach(j=>{
j.LessonPlanDetailsId = 0
})
x.LessonPlanDetailsList.forEach(j=>{
j.LessonPlanProjectsId = 0
})
})
this.addMsg.LessonPlanList = 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