龚焕茏
2024-07-02 4c53978c16feeb2325fb035d75837da03a63abea
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;
    });
  },