소스 검색

Merge branch 'iteration-login' into dev

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

+ 1 - 2
src/views/prepare-lessons/model/attend-class/index.tsx

@@ -41,8 +41,7 @@ export default defineComponent({
             type: 'class',
             classGroupId: item.id,
             subjectId: prepareStore.getSubjectId,
-            detailId: prepareStore.getSelectKey,
-            classGroupId: item.id
+            detailId: prepareStore.getSelectKey
           }
         });
         window.open(href, +new Date() + '');