src/views/exam/personalRandomTemplate/edit.vue @@ -285,7 +285,7 @@ console.log(res); this.subjectFilter = res.response; }); departmentApi.getDeptAdmins().then(res => { departmentApi.list().then(res => { this.depts = res.response; }); },