zhangjie 1 년 전
부모
커밋
bb8654836b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/course/components/SetBlueDialog.vue

+ 1 - 1
src/modules/course/components/SetBlueDialog.vue

@@ -136,7 +136,7 @@ export default {
       const data = await courseTargetList({
         examId: this.course.examId,
         courseCode: this.course.courseCode,
-        // teachCourseId: this.course.teachCourseId,
+        teachCourseId: this.course.teachCourseId,
       });
       this.treeData = (data || []).map((item) => {
         return {