Эх сурвалжийг харах

客观题异常处理切换答案回显更新

dengshaobo 3 долоо хоног өмнө
parent
commit
4e15c0adaf

+ 2 - 0
src/views/exam/abnormal/abnormal.vue

@@ -950,6 +950,8 @@ const PendingListRowClick = (row: any, column: any, event: Event) => {
         currentQuestionList.value=JSON.parse(JSON.stringify(currentItem.value.objectiveQuestionVOS || []));
         console.log('客观题校正异常数据',currentQuestionList.value);
         console.log('客观题currentIndex',currentIndex.value);
+        // 调用更新方法
+        ObjectDataChange()
     }
 }