fix: 阅卷使用评分标准字段 & 阅卷后不清空评分标准
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user