lex hace 1 año
padre
commit
8e1c0140d2
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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() + '');