修复 获取学校API类型错误

This commit is contained in:
小肥羊 2025-08-18 18:02:30 +08:00
parent 44e387310f
commit 077450e404
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export function EditSchool(data: any) {
* @return {void}
*/
export function getSchoolData() {
return http.request<Res<ComboModel>>(
return http.request<Res<ComboModel[]>>(
"get",
`userCenter/public/getschooldata`
);