Compare commits

...

2 Commits

Author SHA1 Message Date
yangws c691612bff Merge pull request 'fix:获取所有的教材;' (#412) from yangws into main
Reviewed-on: #412
2024-11-20 15:58:11 +08:00
小杨 baa1fa7483 fix:获取所有的教材; 2024-11-20 15:57:50 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
import { onMounted, ref, nextTick, toRaw, reactive } from 'vue';
import { cloneDeep } from 'lodash'
import { listEvaluation } from '@/api/subject'
import { sessionStore } from '@/utils/store'
const BaseUrl = import.meta.env.VITE_APP_BUILD_BASE_PATH
// emit
@ -195,6 +196,7 @@
//
const { rows } = await listEvaluation(subjectParams)
//
subjectList.value = sessionStore.get('subject.bookList')
const res = await listEvaluation(unitParams)
unitList.value = [...res.rows]
//