普通招生

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

@@ -16,7 +16,7 @@ export const fetchList = (query?: any) => {
* 列表
* @param query
*/
export const list = (query?: any) => {
export const getList = (query?: any) => {
return request({
url: '/recruit/recruitstudentplangroup/list',
method: 'get',