소스 검색

Update index.tsx

lex 1 년 전
부모
커밋
7d7439e9f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/attend-class/model/class-work/index.tsx

+ 1 - 1
src/views/attend-class/model/class-work/index.tsx

@@ -70,7 +70,7 @@ export default defineComponent({
         if (!props.detailId) return (forms.loadingStatus = false);
         const { data } = await lessonPreTrainingV2Page({
           page: 1,
-          coursewareDetailKnowledgeId: props.detailId
+          coursewareKnowledgeDetailId: props.detailId
         });
         const result = data.rows || [];
         const tempList: any = [];