@@ -327,10 +327,11 @@ class LessonService extends CrudService {
noticeList.push(data);
if (lydata) {
lydata = { ...lydata, ...defaults, termid, classid, planyearid, planid };
- console.log(lydata);
noticeList.push(lydata);
}
+ console.log(`礼仪教师=>${classInfo.lyteacher}:${lydata}`);
+
const { lessons } = l;
let have_teacherLesson = lessons.filter(f => f.teaid);
have_teacherLesson = JSON.parse(JSON.stringify(have_teacherLesson));