|
@@ -61,6 +61,8 @@ export default defineComponent({
|
|
|
subjectId={params.value.subjectId || ''}
|
|
|
detailId={params.value.detailId || ''}
|
|
|
classGroupId={params.value.classGroupId || ''}
|
|
|
+ lessonCourseId={params.value.lessonCourseId || ''}
|
|
|
+ classId={params.value.classId || ''}
|
|
|
onClose={() => emit('update:show', false)}
|
|
|
/>
|
|
|
) : type.value == 'notation' ? (
|