소스 검색

Merge branch 'tmp_meeting_needs' into test

mo 3 년 전
부모
커밋
cfcc402042
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/applyActive/components/theoryCourse.vue
  2. 1 1
      src/views/teacher/VIP00Apply.vue

+ 1 - 1
src/views/applyActive/components/theoryCourse.vue

@@ -282,7 +282,7 @@ export default {
                 onlineClassesNum: 10,
                 offlineClassesNum: 0,
                 subjectIdList: null,
-                vipGroupActivityId: 0
+                vipGroupActivityId: null
             },
             formName: {
                 vipGroupCategoryName: null,

+ 1 - 1
src/views/teacher/VIP00Apply.vue

@@ -860,7 +860,7 @@ export default {
         form.subjectIdList = value.value;
         formName.subjectListName = value.text;
         formName.subjectListIndex = index;
-        loadData.subjectListSelect = value;
+        loadData.subjectListSelect = valofflineTeacherSalaryue;
       } else if (sheetForm.currentType == "vipGroupCategory") {
         // 课程形式赋值
         if (loadData.vipGroupCategorySelect.id != value.id) {