ソースを参照

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

dengshaobo 3 週間 前
コミット
4e15c0adaf
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/views/exam/abnormal/abnormal.vue

+ 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()
     }
 }