11wqe1 1 bulan lalu
induk
melakukan
18158071c2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 })