普通招生

This commit is contained in:
guochunsi
2026-01-15 19:06:50 +08:00
parent 761fb9bdc3
commit 3cab9fab59
46 changed files with 1561 additions and 1033 deletions

View File

@@ -232,7 +232,7 @@ import { useUserInfo } from '/@/stores/userInfo'
import { ElNotification } from 'element-plus'
import { getObj, addObjStu, putObj } from '/@/api/recruit/recruitprestudent'
import { queryTeacherBaseByNoByAssets } from '/@/api/professional/professionaluser/teacherbase'
import { list } from '/@/api/recruit/recruitstudentplangroup'
import { getList } from '/@/api/recruit/recruitstudentplangroup'
import { getDicts } from '/@/api/admin/dict'
// Props
@@ -408,7 +408,7 @@ const init = (id: string | null) => {
}
})
} else {
list().then((data: any) => {
getList().then((data: any) => {
planListLocal.value = data.data
if (planListLocal.value.length > 0) {
dataForm.groupId = planListLocal.value[0].id