fix: 阅卷使用评分标准字段 & 阅卷后不清空评分标准

This commit is contained in:
2026-07-16 06:14:12 +08:00
parent 748140a017
commit 8dde1243d8
3 changed files with 2 additions and 10 deletions
-5
View File
@@ -141,11 +141,6 @@ async function gradeAt(idx: number) {
gradingStore.setResult(result)
currentIdx.value = idx
gradingStore.setCurrentQuestionIndex(idx)
// update rubric bridge currentIndex
await window.electronAPI?.rubric.storeData({
questions: questions.value,
currentIndex: idx
})
// update grading bridge
await window.electronAPI?.grading.storeData({
result,