浏览代码

提交测试

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,
           ...rest,
           ...getTimes(this.mdate, ["startDate", "endDate"]),
           ...getTimes(this.mdate, ["startDate", "endDate"]),
           dataTypes:
           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) {
         for (const item of res.data) {
           // 再循环一遍
           // 再循环一遍

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

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