学年标签适配学生奖惩、学生资助模块
This commit is contained in:
@@ -284,7 +284,7 @@ import { alipayVali } from '@/api/helpFunc/bank'
|
||||
|
||||
import { cancelApply, doApply, getOwnClass, listStu, reApply } from '@/api/stuCQS/good-class/newClassGoodApply'
|
||||
|
||||
import { listAllYear as listYear } from '@/api/stuCQS/basedata/year'
|
||||
import { listAllYear as listYear,getYearByTag } from '@/api/stuCQS/basedata/year'
|
||||
|
||||
import { getOwnInfo } from '@/api/stuCQS/basedata/student'
|
||||
|
||||
@@ -450,7 +450,13 @@ export default {
|
||||
}
|
||||
},
|
||||
async listStuYear() {
|
||||
let res = await listYear()
|
||||
/* let res = await listYear() */
|
||||
/*当前功能是获取'先进班集体---XJBJ'标签对应的学年。
|
||||
涉及到学年标签字典module_tag,需要在字典管理中查询对应的信息。
|
||||
如果在字典管理更改了 学年标签 的信息,此处也要进行相应修改。
|
||||
---尽量避免学年标签字典的更改!!!! */
|
||||
const yearTag = 'XJBJ'
|
||||
let res = await getYearByTag(yearTag)
|
||||
if (res.code == 200) {
|
||||
this.year_list = [...res.data]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user