Browse Source

Update TrainingDetails.tsx

lex 1 năm trước cách đây
mục cha
commit
527abec613
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/classList/modals/TrainingDetails.tsx

+ 1 - 1
src/views/classList/modals/TrainingDetails.tsx

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