dev #8

Merged
hy merged 45 commits from dev into master 2025-08-26 19:03:29 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 077450e404 - Show all commits

View File

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