Compare commits
2 Commits
5cfd5747a1
...
c32bd6eef4
Author | SHA1 | Date |
---|---|---|
yangws | c32bd6eef4 | |
yangws | 3b9877e788 |
|
@ -91,6 +91,8 @@ const subjectList = ref([])
|
||||||
|
|
||||||
// 获取基础的学科
|
// 获取基础的学科
|
||||||
const getSubject = () => {
|
const getSubject = () => {
|
||||||
|
//没有学科则不进行下面的步骤
|
||||||
|
if(!userInfo.user.subject) return
|
||||||
listEvaluation({ itemkey: 'subject', pageSize: 500 }).then((res) => {
|
listEvaluation({ itemkey: 'subject', pageSize: 500 }).then((res) => {
|
||||||
const arr = userStore.user.subject.split(',')
|
const arr = userStore.user.subject.split(',')
|
||||||
subjectList.value = res.rows.filter(item => arr.includes(String(item.id))).map(items => items)
|
subjectList.value = res.rows.filter(item => arr.includes(String(item.id))).map(items => items)
|
||||||
|
|
Loading…
Reference in New Issue