@@ -226,7 +226,7 @@ export default defineComponent({
}}
onClose={() => (showModalMask.value = false)}
onConfrim={() => {
- getTrainingDetail(props.activeRow.id);
+ getTrainingDetail(props.activeRow.studentLessonTrainingId);
showModalMask.value = false;
/>