Compare commits

..

No commits in common. "2cecbc14fde8c1f0604523720db1c6940b4c3a73" and "21a4f4cfacee0074ad29693643caea9f0c787a2a" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -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]
//