普通招生

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

@@ -47,7 +47,7 @@
import { ref, reactive, onMounted } from 'vue'
import axios from 'axios'
import { getAreaStatic } from "@/api/recruit/recruitstudentsignup"
import { list } from "@/api/recruit/recruitstudentplangroup"
import { getList } from "@/api/recruit/recruitstudentplangroup"
// 响应式数据
const dataForm = reactive({
@@ -64,7 +64,7 @@ const typeEchartBarRef = ref()
// 初始化
const init = () => {
list().then((data: any) => {
getList().then((data: any) => {
planList.value = data.data
if (planList.value.length > 0) {
dataForm.groupId = planList.value[0].id