Compare commits
No commits in common. "2cecbc14fde8c1f0604523720db1c6940b4c3a73" and "21a4f4cfacee0074ad29693643caea9f0c787a2a" have entirely different histories.
2cecbc14fd
...
21a4f4cfac
|
@ -196,8 +196,7 @@
|
|||
//获取学科列表
|
||||
const { rows } = await listEvaluation(subjectParams)
|
||||
// 获取所有的教材
|
||||
subjectList.value = rows
|
||||
|
||||
subjectList.value = sessionStore.get('subject.bookList')
|
||||
const res = await listEvaluation(unitParams)
|
||||
unitList.value = [...res.rows]
|
||||
// 当前教材
|
||||
|
|
Loading…
Reference in New Issue