This commit is contained in:
guochunsi
2026-01-16 18:35:58 +08:00
parent 61b3745807
commit ebc1366b07
10 changed files with 774 additions and 164 deletions

View File

@@ -290,14 +290,14 @@ const init = (id: string | null) => {
}
}).catch(() => {
// 错误处理
})
})
} else {
// 新增模式:设置默认招生计划
getList().then((data: any) => {
if (data.data && data.data.length > 0) {
dataForm.groupId = data.data[0]?.id || ""
}
})
}
})
}
}