龚焕茏
2024-07-08 d99f2acfa53077b3d97a43490ea1356bc9de884c
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;
    });
  },