Browse Source

Merge branch 'iteration_1.3.3' into dev

lex 2 years ago
parent
commit
5f27d6b69d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/teacher/video-class/class-info.tsx

+ 0 - 3
src/teacher/video-class/class-info.tsx

@@ -119,9 +119,6 @@ export default defineComponent({
               readonly
               isLink
               onClick={() => {
-                if (createState.groupId) {
-                  return
-                }
                 this.subjectStatus = true
               }}
               rules={[{ required: true, message: '请选择课程声部' }]}