普通招生

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

@@ -56,7 +56,7 @@ import { ref, reactive, nextTick } from 'vue'
import { ElNotification } from 'element-plus'
import { addObj, areaList, getObj, putObj } from '/@/api/recruit/recruitstudentschool'
import { getDeptList } from '/@/api/basic/basicclass'
import { list } from '/@/api/recruit/recruitstudentplangroup'
import { getList } from "@/api/recruit/recruitstudentplangroup"
// Emits
const emit = defineEmits<{
@@ -101,7 +101,7 @@ const initData = () => {
deptList.value = data.data
deptList.value.push({ deptCode: "190", deptName: "招生就业处" })
})
list().then((data: any) => {
getList().then((data: any) => {
planList.value = data.data
if (!dataForm.id) {
dataForm.groupId = planList.value[0]?.id || null