Compare commits

..

No commits in common. "8d8ff06c5e5de1f2d96e4ce090ef18749df14d88" and "16f696bd4f4c4a0fa19c871ad3c6bef7779e17cc" 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]
//