소스 검색

提交测试

1
mo 4 년 전
부모
커밋
4d22e21e87
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/main/baseinfo/curriculum.vue
  2. 1 0
      src/views/studentManager/studentList.vue

+ 1 - 1
src/views/main/baseinfo/curriculum.vue

@@ -235,7 +235,7 @@ export default {
           ...rest,
           ...getTimes(this.mdate, ["startDate", "endDate"]),
           dataTypes:
-            "MUSIC_GROUP_COURSE,VIP_GROUP_COURSE,PRACTICE_GROUP_COURSE",
+            "MUSIC_GROUP_COURSE,VIP_GROUP_COURSE,PRACTICE_GROUP_COURSE,VIP_GROUP_OFFLINE_COURSE,VIP_GROUP_ONLINE_COURSE",
         });
         for (const item of res.data) {
           // 再循环一遍

+ 1 - 0
src/views/studentManager/studentList.vue

@@ -1047,6 +1047,7 @@ export default {
     },
     async changeStudentOrgan(val) {
       this.studentForm.teacherId = null;
+      this.studentForm.school=null;
       if (val) {
         await getTeacher({ organId: val }).then((res) => {
           if (res.code == 200) {