Compare commits

..

3 Commits

Author SHA1 Message Date
yangws 2cecbc14fd Merge pull request 'yangws' (#418) from yangws into main
Reviewed-on: #418
2024-11-22 09:27:44 +08:00
小杨 8d8ff06c5e Merge branch 'main' of http://27.128.240.72:3000/zhuhao/AIx_Smarttalk into yangws 2024-11-22 09:27:13 +08:00
小杨 0a3ab2eff5 fix:固定学科; 2024-11-22 09:27:02 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@
//
const { rows } = await listEvaluation(subjectParams)
//
subjectList.value = sessionStore.get('subject.bookList')
subjectList.value = rows
const res = await listEvaluation(unitParams)
unitList.value = [...res.rows]
//