Commit b3bc1c96 authored by 任国军's avatar 任国军

fix bugs

parent 54a9d9f6
Pipeline #14454 passed with stage
in 34 seconds
......@@ -157,7 +157,7 @@ class InstitutionService extends Service {
}
institution_detail.photo_album = photo_album;
return { institution_detail, teachers: teachers, classes: classes.rows, areas: areas };
return { institution_detail, teachers: teachers.rows, classes: classes.rows, areas: areas };
}
async getTeacher(teacher_id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment