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