样式
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user