zhangjie пре 1 година
родитељ
комит
768252645d
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/modules/course/components/SetBlueDialog.vue

+ 0 - 2
src/modules/course/components/SetBlueDialog.vue

@@ -134,8 +134,6 @@ export default {
   methods: {
     async getTree() {
       const data = await courseTargetList({
-        examId: this.course.examId,
-        courseCode: this.course.courseCode,
         teachCourseId: this.course.teachCourseId,
       });
       this.treeData = (data || []).map((item) => {