Commit 2fbb1047 authored by 任国军's avatar 任国军

fix teacher

parent 4f16dc31
Pipeline #14436 passed with stage
in 6 seconds
......@@ -141,7 +141,7 @@ class InstitutionService extends Service {
}
institution_detail.photo_album = photo_album;
return { institution_detail, teachers: teachers.rows, classes: classes.rows, areas: areas };
return { institution_detail, teachers: teachers, 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