科学实验:批改优化

This commit is contained in:
白了个白 2024-12-20 17:16:57 +08:00
parent f7a3aa6e53
commit 7aa75794dc
1 changed files with 26 additions and 22 deletions

View File

@ -709,6 +709,7 @@ const acceptParams = async (params) => {
} else { } else {
// //
if (params.studentObj.worktype == '常规作业' || params.studentObj.worktype == '科学实验') { if (params.studentObj.worktype == '常规作业' || params.studentObj.worktype == '科学实验') {
if(params.studentObj.worktype == '常规作业'){
try { try {
// datacontent TODO // datacontent TODO
const res = await getClassworkdata(params.studentObj.id); const res = await getClassworkdata(params.studentObj.id);
@ -733,6 +734,9 @@ const acceptParams = async (params) => {
} catch (error) { } catch (error) {
console.error('Invalid JSON:', error) console.error('Invalid JSON:', error)
} }
}else{
// TODO 2024-12-20
}
params.studentQuizAllList.forEach((item) => { params.studentQuizAllList.forEach((item) => {
classWorkFormScore.teacherRating.push({ classWorkFormScore.teacherRating.push({