zhangjie 3 年之前
父節點
當前提交
43baa5abbf
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/modules/college/course/InspectCourseExamOverview.vue

+ 2 - 0
src/modules/college/course/InspectCourseExamOverview.vue

@@ -270,6 +270,8 @@ export default {
       this.lowAvgCourseList = datas.collegeInfo.lowAvgInfo.lowAvgCourseList.map(
         item => item.courseName
       );
+      this.commonCourseOption = null;
+      this.courseOtherOption = null;
       if (!datas.collegeInfo.collegeCourseInfoList.length) return;
       const positions = datas.collegeInfo.collegeCourseInfoList.map(
         item => item.colRelativePosition