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