Compare commits

..

No commits in common. "c691612bffb4d71c7eb1214725df98c147325b6b" and "9afd5f417d6eab7ca42a44a1e0b9a581bc379d3d" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@
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
@ -196,7 +195,6 @@
//
const { rows } = await listEvaluation(subjectParams)
//
subjectList.value = sessionStore.get('subject.bookList')
const res = await listEvaluation(unitParams)
unitList.value = [...res.rows]
//