普通招生

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

@@ -46,7 +46,7 @@ import { ref, reactive, nextTick } from 'vue'
import { ElNotification } from 'element-plus'
import { addObj, getObj, putObj } from '/@/api/recruit/recruitstudentplancorrectscoreconfig'
import { areaList } from '/@/api/recruit/recruitstudentschool'
import { list } from '/@/api/recruit/recruitstudentplangroup'
import { getList } from '/@/api/recruit/recruitstudentplangroup'
// Emits
const emit = defineEmits<{
@@ -84,7 +84,7 @@ const dataRule = {
// 初始化数据
const initData = () => {
list().then((data: any) => {
getList().then((data: any) => {
planList.value = data.data
})
areaList({ type: "0", parentId: "11" }).then((data: any) => {

View File

@@ -92,7 +92,7 @@ import { storeToRefs } from 'pinia'
import { useUserInfo } from '/@/stores/userInfo'
import { BasicTableProps, useTable } from '/@/hooks/table'
import { useMessage, useMessageBox } from '/@/hooks/message'
import { list } from '/@/api/recruit/recruitstudentplangroup'
import { getList } from '/@/api/recruit/recruitstudentplangroup'
import { fetchList, delObj } from '/@/api/recruit/recruitstudentplancorrectscoreconfig'
const TableForm = defineAsyncComponent(() => import('./detaiform.vue'))
@@ -157,7 +157,7 @@ const { getDataList, currentChangeHandle, sizeChangeHandle, tableStyle } = useTa
// 初始化
const init = async () => {
try {
const data = await list()
const data = await getList()
planList.value = data.data || []
if (planList.value.length > 0) {
queryForm.groupId = planList.value[0].id