Browse Source

Update index.tsx

lex 1 year ago
parent
commit
7d7439e9f3
1 changed files with 1 additions and 1 deletions
  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 = [];