This commit is contained in:
2026-08-24 10:49:27 +08:00
parent 5e3217dc8f
commit a5cd5eab44
5 changed files with 386 additions and 1343 deletions
@@ -242,7 +242,7 @@
import { listTeachingPlan } from '@/api/teachBusiness/courseRunning'
import { listStudentTeamTask } from '@/api/teachBusiness/studentTeamTask'
import { listTeam } from '@/api/studentRecords/team'
import { listKb } from '@/api/teachOffice/kb'
import { listSubject } from '@/api/teachOffice/subject'
import { listTeacher } from '@/api/teachOffice/teacher'
import { listAllSemester } from '@/api/teachBusiness/semester'
@@ -516,7 +516,7 @@ export default {
})
},
loadKbMap() {
listKb({ pageNum: 1, pageSize: 1000 }).then(response => {
listSubject({ pageNum: 1, pageSize: 1000 }).then(response => {
const data = response.data || {}
const map = {}
;(data.records || []).forEach(item => {