Browse Source

Merge branch 'iteration-login' into dev

lex 1 năm trước cách đây
mục cha
commit
fb01986e26
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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() + '');