1. 线上 BUG

This commit is contained in:
gengxin
2025-03-19 18:13:55 +08:00
parent 6da11202b9
commit fa3d018c06

View File

@@ -4027,7 +4027,7 @@ function onFocusEnd(){
// teacher: state.member.name,
offteachers: state.offteachers,
workInfo: state.workInfo, //提交的作业信息
examInfo: state.examInfo, //提交的考试信息
examInfo: !state.kk_eidt?{}:state.examInfo, //提交的考试信息
beforeStart: state.beforeValue, //考勤 开始前
afterStart: state.afterStartValue, //考勤 开始后
score: state.scoreParams,