11wqe1 1 месяц назад
Родитель
Сommit
18158071c2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/main/courseSelect.vue

+ 1 - 1
src/components/main/courseSelect.vue

@@ -360,7 +360,7 @@ const getCourseList = () => {
     ter: activeterm.value,
     gra: activegrade.value,
     ar: lang.lang,
-    typ: gotype.gotype == 'bjs' ? 1 : 0,
+    typ: gotype.gotype == 'bjs' ? 0 : 0,
     yea: activeyear.value
   }
   axios.get('https://pbl.cocorobo.cn/api/pbl/selectaisixCourse', { params })