Browse Source

去掉声音

lex 2 năm trước cách đây
mục cha
commit
7abc641c18
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/levelManager/model/levelSettingUpdate.vue

+ 1 - 0
src/views/levelManager/model/levelSettingUpdate.vue

@@ -151,6 +151,7 @@ export default {
     onChangeDegreeType(val) {
       if (val === "THEORY") {
         this.degreeLevel = degreeTheory;
+        this.forms.subjectId = null;
       } else if (val === "GRADE") {
         this.degreeLevel = degreeLevel;
       }